mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
Tims' little fix.
(This used to be commit 03a308afcd8826387e33a9c95df98425f9e0fa79)
This commit is contained in:
parent
a757fe10b1
commit
ac61ce1f88
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user