r5902: A rather large change...
[nivanova/samba-autobuild/.git] / source4 / utils / ntlm_auth.c
index b527504046d53eb0c51677a741395f84d64070e1..81c7f90c9b9961c3af918a1766240493d9747f25 100644 (file)
@@ -395,7 +395,7 @@ static void manage_gensec_request(enum stdio_helper_mode stdio_helper_mode,
                }
 
                if (!NT_STATUS_IS_OK(nt_status)) {
-                       DEBUG(1, ("SPENGO login failed to initialise: %s\n", nt_errstr(nt_status)));
+                       DEBUG(1, ("SPNEGO login failed to initialise: %s\n", nt_errstr(nt_status)));
                        mux_printf(mux_id, "BH\n");
                        return;
                }