diff options
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); |