# HG changeset patch # User Graziella Toutoungis # Date 1241530807 -7200 # Node ID 36bd5cba09de5fff154ba32ac94ac5f8ff0009c5 # Parent 1586c0ed9a9210bee505b6a1871d09a36acac5b4 must reset cubes before next authentication diff -r 1586c0ed9a92 -r 36bd5cba09de server/serverctl.py --- a/server/serverctl.py Tue May 05 15:39:43 2009 +0200 +++ b/server/serverctl.py Tue May 05 15:40:07 2009 +0200 @@ -139,6 +139,8 @@ return in_memory_cnx(config, login, pwd) except AuthenticationError: print 'wrong user/password' + # reset cubes else we'll have an assertion error on next retry + config._cubes = None login, pwd = manager_userpasswd() # repository specific command handlers ########################################