From ebf5f9f1ef77245d094c476007525f89debb4bbc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 Apr 2007 06:55:23 +0000 Subject: 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) --- source4/auth/auth_winbind.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/auth/auth_winbind.c') 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); -- cgit