server/serverctl.py
changeset 3647 2941f4a0aab9
parent 3589 a5432f99f2d9
child 3890 d7a270f50f54
--- a/server/serverctl.py	Tue Oct 13 08:48:00 2009 +0200
+++ b/server/serverctl.py	Tue Oct 13 08:50:19 2009 +0200
@@ -106,7 +106,7 @@
         login, pwd = manager_userpasswd()
     while True:
         try:
-            return in_memory_cnx(config, login, pwd)
+            return in_memory_cnx(config, login, password=pwd)
         except AuthenticationError:
             print '-> Error: wrong user/password.'
             # reset cubes else we'll have an assertion error on next retry