BIND 10 trac1579, updated. cd6efd53ca55a3576d6b105871452f31a79e3211 [1579] another editorial fix: spacing

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Apr 12 18:25:54 UTC 2012


The branch, trac1579 has been updated
       via  cd6efd53ca55a3576d6b105871452f31a79e3211 (commit)
      from  7f5ec16c92d86d60ef88667b91c68628d1dc4faa (commit)

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 cd6efd53ca55a3576d6b105871452f31a79e3211
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Apr 12 11:25:26 2012 -0700

    [1579] another editorial fix: spacing

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

Summary of changes:
 src/lib/datasrc/database.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/database.cc b/src/lib/datasrc/database.cc
index 3506b29..009d2a4 100644
--- a/src/lib/datasrc/database.cc
+++ b/src/lib/datasrc/database.cc
@@ -965,7 +965,7 @@ DatabaseClient::Finder::findNoNameResult(const Name& name, const RRType& type,
             arg(accessor_->getDBName()).arg(name);
         const ConstRRsetPtr nsec = dnssec_ctx.isNSEC() ? findNSECCover(name) :
             ConstRRsetPtr();
-        if(dnssec_ctx.isNSEC() && !nsec){
+        if (dnssec_ctx.isNSEC() && !nsec) {
             isc_throw(DataSourceError,
                       "no NSEC RR covers in the NSEC signed zone");
         }



More information about the bind10-changes mailing list