BIND 10 trac2676, updated. de4ecfcd4827e8e0002c426e11e5ad36e7e14da3 [2676] editorial: folded a long line

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Feb 18 22:04:43 UTC 2013


The branch, trac2676 has been updated
       via  de4ecfcd4827e8e0002c426e11e5ad36e7e14da3 (commit)
      from  c8870e86d867789bf2e8dedf6f5e960dc47faaee (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 de4ecfcd4827e8e0002c426e11e5ad36e7e14da3
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Feb 18 14:04:34 2013 -0800

    [2676] editorial: folded a long line

-----------------------------------------------------------------------

Summary of changes:
 src/lib/python/isc/config/ccsession.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/config/ccsession.py b/src/lib/python/isc/config/ccsession.py
index 21d0780..3196d32 100644
--- a/src/lib/python/isc/config/ccsession.py
+++ b/src/lib/python/isc/config/ccsession.py
@@ -527,8 +527,8 @@ class ModuleCCSession(ConfigData):
         cmd = create_command(command, params)
         seq = self._session.group_sendmsg(cmd, group, instance=instance,
                                           to=to, want_answer=True)
-        # For non-blocking, we'll have rpc_call_async (once the nonblock actualy
-        # works)
+        # For non-blocking, we'll have rpc_call_async (once the nonblock
+        # actualy works)
         reply, rheaders = self._session.group_recvmsg(nonblock=False, seq=seq)
         code, value = parse_answer(reply)
         if code == CC_REPLY_NO_RECPT:



More information about the bind10-changes mailing list