BIND 10 master, updated. 36adb91af2607cd54ed46d882ec622cbab006547 [master] Merge branch 'trac1621'
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jan 27 19:02:28 UTC 2014
The branch, master has been updated
via 36adb91af2607cd54ed46d882ec622cbab006547 (commit)
via 69aadccbe65a0ed2c4ed52d3ea2093b9b02bb9b5 (commit)
from 86b12667ad5a7512e6428ba8f44db1d7e8c86a47 (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 36adb91af2607cd54ed46d882ec622cbab006547
Merge: 86b1266 69aadcc
Author: Stephen Morris <stephen at isc.org>
Date: Mon Jan 27 18:51:33 2014 +0000
[master] Merge branch 'trac1621'
-----------------------------------------------------------------------
Summary of changes:
src/lib/log/tests/logger_example.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/log/tests/logger_example.cc b/src/lib/log/tests/logger_example.cc
index daadb7c..729fdac 100644
--- a/src/lib/log/tests/logger_example.cc
+++ b/src/lib/log/tests/logger_example.cc
@@ -215,7 +215,7 @@ int main(int argc, char** argv) {
return (1);
}
try {
- cur_opt.maxsize = boost::lexical_cast<unsigned int>(optarg);
+ cur_opt.maxver = boost::lexical_cast<unsigned int>(optarg);
} catch (boost::bad_lexical_cast&) {
std::cerr << "Maximum version (-m) argument must be a positive "
"integer\n";
More information about the bind10-changes
mailing list