summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ne_ntlm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ne_ntlm.c b/src/ne_ntlm.c
index 3c00e79..db3f4f0 100644
--- a/src/ne_ntlm.c
+++ b/src/ne_ntlm.c
@@ -499,7 +499,7 @@ static int ne_output_ntlm(ne_ntlm_context *ctx)
ntrespoff = lmrespoff + 0x18;
/* Create the big type-3 message binary blob */
- size = ne_snprintf((char *)ntlmbuf, sizeof(ntlmbuf),
+ ne_snprintf((char *)ntlmbuf, sizeof(ntlmbuf),
"NTLMSSP%c"
"\x03%c%c%c" /* type-3, 32 bits */