]> Pileus Git - ~andy/fetchmail/blobdiff - ntlmsubr.c
Remove zsh-completion. Way outdated.
[~andy/fetchmail] / ntlmsubr.c
index 3684bf9e6f7a800c4f8f43cd36c722cf5b4c1ddb..f26c4ccb2437257de2b8f91d7779ec5b7f163299 100644 (file)
@@ -2,7 +2,7 @@
 
 #ifdef NTLM_ENABLE
 #include "fetchmail.h"
-#include "i18n.h"
+#include "gettext.h"
 #include "ntlm.h"
 #include "socket.h"
 
@@ -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;
     }