BIND 10 trac588, updated. 45b76ba773367f8a490bbf19f0d74c02293c387b [trac588] Space fix

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Mar 9 10:27:39 UTC 2011


The branch, trac588 has been updated
       via  45b76ba773367f8a490bbf19f0d74c02293c387b (commit)
      from  f009a637580c569a49a74b87a384a242c5a5f30a (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 45b76ba773367f8a490bbf19f0d74c02293c387b
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Wed Mar 9 11:27:26 2011 +0100

    [trac588] Space fix

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

Summary of changes:
 src/bin/bindctl/bindcmd.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bindctl/bindcmd.py b/src/bin/bindctl/bindcmd.py
index df87b13..826a15e 100644
--- a/src/bin/bindctl/bindcmd.py
+++ b/src/bin/bindctl/bindcmd.py
@@ -192,8 +192,8 @@ class BindCmdInterpreter(Cmd):
             if response.status == http.client.OK:
                 # Is interactive?
                 if sys.stdin.isatty():
-                    print(data + ' login as ' + row[0] )
-                return True 
+                    print(data + ' login as ' + row[0])
+                return True
 
         count = 0
         print("[TEMP MESSAGE]: username :root  password :bind10")




More information about the bind10-changes mailing list