BIND 10 trac1331, updated. 43de15e4b0bd0094910ecc4f4365744cb6c1eeab [1331] fixed typo that breaks compile

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Nov 11 18:13:08 UTC 2011


The branch, trac1331 has been updated
       via  43de15e4b0bd0094910ecc4f4365744cb6c1eeab (commit)
      from  0d94cca23a4f22d1bb953d62d38358a8b0e49f01 (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 43de15e4b0bd0094910ecc4f4365744cb6c1eeab
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Nov 11 10:12:56 2011 -0800

    [1331] fixed typo that breaks compile

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

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 c745725..ae8ee55 100644
--- a/src/lib/datasrc/database.cc
+++ b/src/lib/datasrc/database.cc
@@ -1027,7 +1027,7 @@ DatabaseUpdater::commit() {
                   << db_name_);
     }
     if (journaling_ && diff_phase_ == DELETE) {
-        isc_throw(isc::BatValue, "Update sequence not complete");
+        isc_throw(isc::BadValue, "Update sequence not complete");
     }
     accessor_->commit();
     committed_ = true; // make sure the destructor won't trigger rollback




More information about the bind10-changes mailing list