BIND 10 trac2427, updated. eda75ca3700979153bcdee08b7d97a10f14519f0 [2427] updated comment wording to match the latest code.
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Dec 17 19:50:10 UTC 2012
The branch, trac2427 has been updated
via eda75ca3700979153bcdee08b7d97a10f14519f0 (commit)
from 625f08940bce63bd70bd9d8dac67d003519a61f1 (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 eda75ca3700979153bcdee08b7d97a10f14519f0
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Dec 17 11:50:21 2012 -0800
[2427] updated comment wording to match the latest code.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/master_loader.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc
index 251e364..b6edd4c 100644
--- a/src/lib/dns/master_loader.cc
+++ b/src/lib/dns/master_loader.cc
@@ -442,8 +442,8 @@ MasterLoader::MasterLoaderImpl::handleInitialToken() {
return (initial_token);
} else {
// We try to read a token from the popped source
- // So retry the loop, but first, make sure the source
- // is at EOL
+ // So continue to the next line of that source, but first, make
+ // sure the source is at EOL
eatUntilEOL(true);
return (MasterToken(MasterToken::END_OF_LINE));
}
More information about the bind10-changes
mailing list