Browse Source

Merge branch 'trac588' of ssh://bind10.isc.org/var/bind10/git/bind10 into trac588

chenzhengzhang 14 years ago
parent
commit
cf2b8ace9b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/bindctl/bindcmd.py

+ 2 - 2
src/bin/bindctl/bindcmd.py

@@ -195,8 +195,8 @@ class BindCmdInterpreter(Cmd):
             if response.status == http.client.OK:
             if response.status == http.client.OK:
                 # Is interactive?
                 # Is interactive?
                 if sys.stdin.isatty():
                 if sys.stdin.isatty():
-                    print(data + ' login as ' + row[0] )
-                return True 
+                    print(data + ' login as ' + row[0])
+                return True
 
 
         count = 0
         count = 0
         print("[TEMP MESSAGE]: username :root  password :bind10")
         print("[TEMP MESSAGE]: username :root  password :bind10")