BIND 10 trac1924, updated. 2832cc07032db112749999848d8506febdb44e78 [1924] style fixes: avoided long lines

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Feb 8 06:57:53 UTC 2013


The branch, trac1924 has been updated
       via  2832cc07032db112749999848d8506febdb44e78 (commit)
      from  e931cdc9d86861eb9ca96a4bdd3bdf407f2e897f (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 2832cc07032db112749999848d8506febdb44e78
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 7 22:57:43 2013 -0800

    [1924] style fixes: avoided long lines

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

Summary of changes:
 src/bin/msgq/msgq.py.in |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/msgq/msgq.py.in b/src/bin/msgq/msgq.py.in
index 19bcec5..a555631 100755
--- a/src/bin/msgq/msgq.py.in
+++ b/src/bin/msgq/msgq.py.in
@@ -588,11 +588,12 @@ class MsgQ:
             # one should be enough, we modify the dict only.
             header = routing.copy()
             header[CC_HEADER_REPLY] = routing[CC_HEADER_SEQ]
-            header[CC_HEADER_FROM] = "msgq" # Dummy lname not assigned to clients
+            # Dummy lname not assigned to clients
+            header[CC_HEADER_FROM] = "msgq"
             header[CC_HEADER_TO] = routing[CC_HEADER_FROM]
             # We keep the seq as it is. We don't need to track the message
-            # and we will not confuse the sender. The sender would use an unique
-            # id for each message, so we won't return one twice to it.
+            # and we will not confuse the sender. The sender would use an
+            # unique id for each message, so we won't return one twice to it.
             errmsg = self.preparemsg(header, payload)
             # Send it back.
             self.send_prepared_msg(sock, errmsg)



More information about the bind10-changes mailing list