summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
Diffstat (limited to 'auth')
-rw-r--r--auth/credentials/pycredentials.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/credentials/pycredentials.c b/auth/credentials/pycredentials.c
index 95dde276ef7..250a16018e3 100644
--- a/auth/credentials/pycredentials.c
+++ b/auth/credentials/pycredentials.c
@@ -474,7 +474,7 @@ static PyObject *py_creds_set_cmdline_callbacks(PyObject *self, PyObject *unused
PyErr_Format(PyExc_TypeError, "Credentials expected");
return NULL;
}
- return PyBool_FromLong(cli_credentials_set_cmdline_callbacks(creds));
+ return PyBool_FromLong(s4_cli_credentials_set_cmdline_callbacks(creds));
}
static PyObject *py_creds_parse_string(PyObject *self, PyObject *args)