summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_pam_auth.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-11-21 10:28:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:35 -0500
commitddc632378a27e809765138c799c170c284bf6977 (patch)
treea9c7f18a320523763dd14c74e5e0d882a5d9d5c6 /source4/winbind/wb_pam_auth.c
parent0df8dcb7c9d1bd649442da10bda88bd42a10c0b8 (diff)
downloadsamba-ddc632378a27e809765138c799c170c284bf6977.tar.gz
samba-ddc632378a27e809765138c799c170c284bf6977.tar.bz2
samba-ddc632378a27e809765138c799c170c284bf6977.zip
r11825: Fix a debug msg
(This used to be commit fc6458d0d4d9059e00b19ad6c54e3fd5a4119341)
Diffstat (limited to 'source4/winbind/wb_pam_auth.c')
-rw-r--r--source4/winbind/wb_pam_auth.c2
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) {