summaryrefslogtreecommitdiff
path: root/python/samba/tests/py_credentials.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests/py_credentials.py')
-rw-r--r--python/samba/tests/py_credentials.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/samba/tests/py_credentials.py b/python/samba/tests/py_credentials.py
index e0846d58056..bcf5d3a0a29 100644
--- a/python/samba/tests/py_credentials.py
+++ b/python/samba/tests/py_credentials.py
@@ -315,8 +315,8 @@ class PyCredentialsTests(TestCase):
#
# Get the authenticator from the machine creds.
def get_authenticator(self, c):
- auth = self.machine_creds.new_client_authenticator();
- current = netr_Authenticator()
+ auth = self.machine_creds.new_client_authenticator()
+ current = netr_Authenticator()
current.cred.data = [ord(x) for x in auth["credential"]]
current.timestamp = auth["timestamp"]