From: Douglas Bagnall Date: Thu, 19 Apr 2018 04:20:25 +0000 (+1200) Subject: auth/pycredentials: correct spelling of reponse X-Git-Tag: ldb-1.4.0~398 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a66f941619ecf4f2cae8680143e990307f42e264;p=thirdparty%2Fsamba.git auth/pycredentials: correct spelling of reponse Signed-off-by: Douglas Bagnall Reviewed-by: Gary Lockyer --- diff --git a/auth/credentials/pycredentials.c b/auth/credentials/pycredentials.c index 638ae8de2ed..68bb3060a99 100644 --- a/auth/credentials/pycredentials.c +++ b/auth/credentials/pycredentials.c @@ -130,7 +130,7 @@ static PyObject *py_creds_get_ntlm_response(PyObject *self, PyObject *args, PyOb ret = Py_BuildValue("{sis" PYARG_BYTES_LEN "s" PYARG_BYTES_LEN "s" PYARG_BYTES_LEN "s" PYARG_BYTES_LEN "}", "flags", flags, - "lm_reponse", + "lm_response", (const char *)lm_response.data, lm_response.length, "nt_response", (const char *)nt_response.data, nt_response.length,