1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

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)
This commit is contained in:
Andrew Bartlett 2007-04-30 06:55:23 +00:00 committed by Gerald (Jerry) Carter
parent fcdb99f7ce
commit ebf5f9f1ef

View File

@ -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);