BIND 10 trac2726, updated. d6b2905297b0ab859ed0dfcf67eaff340e7eb1dc [2726] Update comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jun 17 10:44:59 UTC 2013
The branch, trac2726 has been updated
via d6b2905297b0ab859ed0dfcf67eaff340e7eb1dc (commit)
from 51c802b42eafb9d5da4c7f681051cb5fcfbd3df1 (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 d6b2905297b0ab859ed0dfcf67eaff340e7eb1dc
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Jun 17 16:14:44 2013 +0530
[2726] Update comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/server_common/portconfig.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/server_common/portconfig.cc b/src/lib/server_common/portconfig.cc
index 36019c1..6120c7d 100644
--- a/src/lib/server_common/portconfig.cc
+++ b/src/lib/server_common/portconfig.cc
@@ -49,7 +49,8 @@ parseAddresses(isc::data::ConstElementPtr addresses,
"address and port");
}
try {
- // Just check, don't use the address for anything yet
+ // We create an IOAddress object to just check that
+ // construction passes. It is immediately destroyed.
// cppcheck-suppress unusedScopedObject
IOAddress(addr->stringValue());
if (port->intValue() < 0 ||
More information about the bind10-changes
mailing list