aboutsummaryrefslogtreecommitdiffstats
path: root/ntlmsubr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ntlmsubr.c')
-rw-r--r--ntlmsubr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ntlmsubr.c b/ntlmsubr.c
index 3684bf9e..f9d27330 100644
--- a/ntlmsubr.c
+++ b/ntlmsubr.c
@@ -34,6 +34,7 @@ int ntlm_helper(int sock, struct query *ctl, const char *proto)
if (outlevel >= O_VERBOSE) {
report(stdout, GT_("Warning: received malformed challenge to \"AUTH(ENTICATE) NTLM\"!\n"));
}
+ result = PS_AUTHFAIL;
goto cancelfail;
}