summaryrefslogtreecommitdiff
path: root/source3/python/py_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python/py_common.c')
-rw-r--r--source3/python/py_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/py_common.c b/source3/python/py_common.c
index a65206e022..6247bf6371 100644
--- a/source3/python/py_common.c
+++ b/source3/python/py_common.c
@@ -211,7 +211,7 @@ struct cli_state *open_pipe_creds(char *server, PyObject *creds,
/* Extract credentials from the python dictionary */
- if (!py_parse_creds(creds, &username, &password, &domain, errstr))
+ if (!py_parse_creds(creds, &username, &domain, &password, errstr))
return NULL;
/* Now try to connect */