summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2018-10-12 09:50:47 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2018-10-12 09:50:47 +0000
commit37355a9ee3495073996f633eff4e2d07be177bc6 (patch)
tree3c30fbdb941c50e240a015c3cad282e5e29c6fb9
parentd0dcd90e852b0b8e1951788ee1b64ec51dc3c9f8 (diff)
downloadneon-37355a9ee3495073996f633eff4e2d07be177bc6.tar.gz
* src/ne_ntlm.c (ne_output_ntlm): Remove redundant assignment.* src/ne_ntlm.c (ne_output_ntlm): Remove redundant assignment.* src/ne_ntlm.c (ne_output_ntlm): Remove redundant assignment.* src/ne_ntlm.c (ne_output_ntlm): Remove redundant assignment.* src/ne_ntlm.c (ne_output_ntlm): Remove redundant assignment.* src/ne_ntlm.c (ne_output_ntlm): Remove redundant assignment.* src/ne_ntlm.c (ne_output_ntlm): Remove redundant assignment.* src/ne_ntlm.c (ne_output_ntlm): Remove redundant assignment.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@2035 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-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 */