1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

Tims' little fix.

This commit is contained in:
John Terpstra
-
parent e3b36906c5
commit 03a308afcd

View File

@ -428,7 +428,7 @@ static PyObject *py_auth_crap(PyObject *self, PyObject *args, PyObject *kw)
ZERO_STRUCT(response);
if (push_utf8_fstring(request.data.auth_crap.user, username) == -1) {
PyErr_SetString("unable to create utf8 string");
PyErr_SetString(winbind_error, "unable to create utf8 string");
return NULL;
}