diff options
-rw-r--r-- | source4/winbind/wb_pam_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_pam_auth.c b/source4/winbind/wb_pam_auth.c index dfe3374b0b..856d621a17 100644 --- a/source4/winbind/wb_pam_auth.c +++ b/source4/winbind/wb_pam_auth.c @@ -324,7 +324,7 @@ struct composite_context *wb_cmd_pam_auth_send(TALLOC_CTX *mem_ctx, flags |= CLI_CRED_NTLMv2_AUTH; } - DEBUG(5, ("wbsrv_samba3_pam_auth_crap called\n")); + DEBUG(5, ("wbsrv_samba3_pam_auth called\n")); credentials = cli_credentials_init(mem_ctx); if (!credentials) { |