From a66f941619ecf4f2cae8680143e990307f42e264 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 19 Apr 2018 16:20:25 +1200 Subject: [PATCH] auth/pycredentials: correct spelling of reponse Signed-off-by: Douglas Bagnall Reviewed-by: Gary Lockyer --- auth/credentials/pycredentials.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1