BIND 10 trac1627, updated. 5ee8f9e7e10ea5579ae3c0a135e32a4e84f9afef bug #1627: Update error message
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Mar 26 12:19:00 UTC 2012
The branch, trac1627 has been updated
via 5ee8f9e7e10ea5579ae3c0a135e32a4e84f9afef (commit)
from d57811054e5908429d97f232b3d8f9f7ea7a24c2 (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 5ee8f9e7e10ea5579ae3c0a135e32a4e84f9afef
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Mar 26 17:48:49 2012 +0530
bug #1627: Update error message
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/auth_config.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/auth_config.cc b/src/bin/auth/auth_config.cc
index f94196a..5e808c7 100644
--- a/src/bin/auth/auth_config.cc
+++ b/src/bin/auth/auth_config.cc
@@ -168,7 +168,7 @@ MemoryDatasourceConfig::build(ConstElementPtr config_value) {
try {
imzf = new InMemoryZoneFinder(rrclass_, Name(origin->stringValue()));
} catch (const isc::dns::NameParserException& ex) {
- isc_throw(AuthConfigError, "Error parsing zone's origin: " <<
+ isc_throw(AuthConfigError, "unable to parse zone's origin: " <<
ex.what());
}
More information about the bind10-changes
mailing list