summaryrefslogtreecommitdiffstats
path: root/tests/ntlmssptest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ntlmssptest.c')
-rw-r--r--tests/ntlmssptest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ntlmssptest.c b/tests/ntlmssptest.c
index 6915a8c..7a77db7 100644
--- a/tests/ntlmssptest.c
+++ b/tests/ntlmssptest.c
@@ -910,7 +910,7 @@ int test_DecodeAuthenticateMessageV2(struct ntlm_ctx *ctx)
ret = ntlm_decode_auth_msg(ctx, &auth_msg, T_NTLMv2.ChallengeFlags,
&lm_chalresp, &nt_chalresp,
&dom, &usr, &wks,
- &enc_sess_key, NULL);
+ &enc_sess_key, NULL, NULL);
if (ret) return ret;
if ((lm_chalresp.length != 24) ||