diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-04-30 06:55:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:48 -0500 |
commit | ebf5f9f1ef77245d094c476007525f89debb4bbc (patch) | |
tree | 486d34e3608d55d4cd1a549342904a76d9953941 /source4 | |
parent | fcdb99f7ce049494063c88a495dabd8849cf251c (diff) | |
download | samba-ebf5f9f1ef77245d094c476007525f89debb4bbc.tar.gz samba-ebf5f9f1ef77245d094c476007525f89debb4bbc.tar.bz2 samba-ebf5f9f1ef77245d094c476007525f89debb4bbc.zip |
r22594: This helped coax out valgrind errors last night, but we don't need it any more.
Andrew Bartlett
(This used to be commit 367231ea2103b6442ecf8333cb7150dfd98c79f4)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/auth_winbind.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/auth/auth_winbind.c b/source4/auth/auth_winbind.c index dff81cd64d..2a35047e21 100644 --- a/source4/auth/auth_winbind.c +++ b/source4/auth/auth_winbind.c @@ -227,8 +227,6 @@ static NTSTATUS winbind_check_password(struct auth_method_context *ctx, s->req.in.validation_level = 3; - NDR_PRINT_IN_DEBUG(winbind_SamLogon, &s->req); - status = IRPC_CALL(ctx->auth_ctx->msg_ctx, winbind_servers[0], winbind, WINBIND_SAMLOGON, &s->req, s); |