BIND 10 master, updated. b4c8cff4f3822d78c4c16ae35a2077596a3888ef [master] editorial cleanup: removed a stale comment.
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jun 4 22:02:34 UTC 2012
The branch, master has been updated
via b4c8cff4f3822d78c4c16ae35a2077596a3888ef (commit)
from 1c8b4bfefebe843d295022c5cce0d60007a56269 (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 b4c8cff4f3822d78c4c16ae35a2077596a3888ef
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Jun 4 15:00:26 2012 -0700
[master] editorial cleanup: removed a stale comment.
It was made as a hint what we'd do at the time we only had a framework
of UpdateSession. Now that we've filled in it, we don't need the comment.
should be trivial, directly committing.
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/ddns/session.py | 1 -
1 file changed, 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/ddns/session.py b/src/lib/python/isc/ddns/session.py
index e1579cc..5759420 100644
--- a/src/lib/python/isc/ddns/session.py
+++ b/src/lib/python/isc/ddns/session.py
@@ -190,7 +190,6 @@ class UpdateSession:
'''
try:
self.__get_update_zone()
- # conceptual code that would follow
prereq_result = self.__check_prerequisites()
if prereq_result != Rcode.NOERROR():
self.__make_response(prereq_result)
More information about the bind10-changes
mailing list