BIND 10 trac1207, updated. 188b12ea5823239e860f7726c258c07c4ac07ae2 [1207] Remove InMemoryClient-specific code from auth_srv
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue May 8 10:19:58 UTC 2012
The branch, trac1207 has been updated
discards d45f8ba1689dbdce4e6a3f36fca128f13d4079a3 (commit)
via 188b12ea5823239e860f7726c258c07c4ac07ae2 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (d45f8ba1689dbdce4e6a3f36fca128f13d4079a3)
\
N -- N -- N (188b12ea5823239e860f7726c258c07c4ac07ae2)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 188b12ea5823239e860f7726c258c07c4ac07ae2
Author: Jelte Jansen <jelte at isc.org>
Date: Tue May 8 11:53:24 2012 +0200
[1207] Remove InMemoryClient-specific code from auth_srv
Made the getZoneCount() method from inmemory client a general datasource client
call (which throws NotImplemented by default), as this does seem useful in other
cases as well.
Now the work starts to pay off; removed the temporary pointer variable (getInMemoryClientP() still returns a pointer but now directly retrieved from the container), and any direct reference to isc::datasrc::InMemoryClient is removed from au
th_srv (but not from tests as of yet)
-----------------------------------------------------------------------
Summary of changes:
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list