BIND 10 trac2713, updated. ed259e05b0cef2364c20515f60bf464e5396b3d7 [2713] forgot to rename one call

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 26 21:57:14 UTC 2013


The branch, trac2713 has been updated
       via  ed259e05b0cef2364c20515f60bf464e5396b3d7 (commit)
      from  d3d28bdcd3444d16e1ccca67e5127fa732ad3b81 (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 ed259e05b0cef2364c20515f60bf464e5396b3d7
Author: Jelte Jansen <jelte at isc.org>
Date:   Tue Feb 26 22:56:40 2013 +0100

    [2713] forgot to rename one call

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

Summary of changes:
 src/bin/usermgr/b10-cmdctl-usermgr.py.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/usermgr/b10-cmdctl-usermgr.py.in b/src/bin/usermgr/b10-cmdctl-usermgr.py.in
index 362412e..5fd033e 100755
--- a/src/bin/usermgr/b10-cmdctl-usermgr.py.in
+++ b/src/bin/usermgr/b10-cmdctl-usermgr.py.in
@@ -191,7 +191,7 @@ class UserManager:
                 if len(self.args) > 2:
                     password = self.args[2]
                 else:
-                    password = self.__prompt_for_password()
+                    password = self._prompt_for_password()
                 if not self.__add_user(username, password):
                     print("Error: username exists")
                     return USER_EXISTS



More information about the bind10-changes mailing list