BIND 10 master, updated. 0e6c5afbe43ccc3b2478bd1f935255bd7d61906e Merge branch 'trac3313'
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 31 05:33:52 UTC 2014
The branch, master has been updated
via 0e6c5afbe43ccc3b2478bd1f935255bd7d61906e (commit)
via 507aae916d2ad1c2d367953e333faf0d6e63480a (commit)
from 3327e16875dc619a549247cb4dee855be5d538d5 (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 0e6c5afbe43ccc3b2478bd1f935255bd7d61906e
Merge: 3327e16 507aae9
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Jan 31 10:53:36 2014 +0530
Merge branch 'trac3313'
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/database.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/database.cc b/src/lib/datasrc/database.cc
index 9551cad..b6a3f3c 100644
--- a/src/lib/datasrc/database.cc
+++ b/src/lib/datasrc/database.cc
@@ -646,7 +646,7 @@ DatabaseClient::Finder::findWildcardMatch(
// Strip off the left-more label(s) in the name and replace with a "*".
const Name superdomain(name.split(i));
- const string wildcard(Name("*").concatenate(superdomain).toText());
+ const string wildcard(Name("*", 1, &superdomain).toText());
const string construct_name(name.toText());
// TODO Add a check for DNAME, as DNAME wildcards are discouraged (see
More information about the bind10-changes
mailing list