BIND 10 trac1986, updated. b6838349c382c9b4452dfaccf158c110594c162b [1986] editorial: spacing, typo, long line.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 18 18:22:01 UTC 2012
The branch, trac1986 has been updated
via b6838349c382c9b4452dfaccf158c110594c162b (commit)
from 22c45facd92929d66723796127b3a51e77c6c9f1 (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 b6838349c382c9b4452dfaccf158c110594c162b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Jul 18 11:21:34 2012 -0700
[1986] editorial: spacing, typo, long line.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/auth_srv_unittest.cc | 9 ++++-----
src/bin/ddns/ddns.py.in | 4 +++-
2 files changed, 7 insertions(+), 6 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc
index 6865c52..386f1b2 100644
--- a/src/bin/auth/tests/auth_srv_unittest.cc
+++ b/src/bin/auth/tests/auth_srv_unittest.cc
@@ -1646,9 +1646,8 @@ TEST_F(AuthSrvTest, DDNSForwardClose) {
namespace {
// Send a basic command without arguments, and check the response has
// result code 0
- void sendSimpleCommand(AuthSrv& server, const std::string&command) {
- ConstElementPtr response = execAuthServerCommand(server,
- command,
+ void sendSimpleCommand(AuthSrv& server, const std::string& command) {
+ ConstElementPtr response = execAuthServerCommand(server, command,
ConstElementPtr());
int command_result = -1;
isc::config::parseAnswer(command_result, response);
@@ -1657,9 +1656,9 @@ namespace {
} // end anonymous namespace
TEST_F(AuthSrvTest, DDNSForwardCreateDestroy) {
- // Test that AuthSrv returns NOTIMPL before ddns forwarder is created,
+ // Test that AuthSrv returns NOTIMP before ddns forwarder is created,
// that is is connected when the start_ddns_forwarder command is sent,
- // and that is it is no longer connected and returns NOTIMPL after
+ // and that is it is no longer connected and returns NOTIMP after
// the stop_ddns_forwarding command is sent.
scoped_ptr<AuthSrv> tmp_server(new AuthSrv(true, xfrout, ddns_forwarder));
diff --git a/src/bin/ddns/ddns.py.in b/src/bin/ddns/ddns.py.in
index 708b07c..eaeb06c 100755
--- a/src/bin/ddns/ddns.py.in
+++ b/src/bin/ddns/ddns.py.in
@@ -554,7 +554,9 @@ class DDNSServer:
logger.error(DDNS_START_FORWARDER_FAIL, ex)
def __notify_stop_forwarder(self):
- '''Notify auth that DDNS Update messages should no longer be forwarded'''
+ '''Notify auth that DDNS Update messages should no longer be forwarded.
+
+ '''
try:
seq = self._cc._session.group_sendmsg(create_command(
"stop_ddns_forwarder"), AUTH_MODULE_NAME)
More information about the bind10-changes
mailing list