BIND 10 trac2835, updated. 9dd3b10a7ce79fb1b1289136987f82c2bf9c2310 [1835] Read name from configuration

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 15 09:40:51 UTC 2013


The branch, trac2835 has been updated
  discards  c009be784c417b1b0a2c91307e861634155eb011 (commit)
       via  9dd3b10a7ce79fb1b1289136987f82c2bf9c2310 (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 (c009be784c417b1b0a2c91307e861634155eb011)
            \
             N -- N -- N (9dd3b10a7ce79fb1b1289136987f82c2bf9c2310)

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 9dd3b10a7ce79fb1b1289136987f82c2bf9c2310
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Mar 15 10:34:36 2013 +0100

    [1835] Read name from configuration
    
    Read the name of the data source client from configuration or guess it.
    Throw in case it isn't unique.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/auth/tests/auth_srv_unittest.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc
index 0a77a11..1dbaadb 100644
--- a/src/bin/auth/tests/auth_srv_unittest.cc
+++ b/src/bin/auth/tests/auth_srv_unittest.cc
@@ -1679,7 +1679,7 @@ public:
              data_sources_.push_back(
                  DataSourceInfo(client.get(),
                                 isc::datasrc::DataSourceClientContainerPtr(),
-                                false, RRClass::IN(), ztable_segment_));
+                                false, RRClass::IN(), ztable_segment_, ""));
         }
     }
 private:



More information about the bind10-changes mailing list