1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

r22594: This helped coax out valgrind errors last night, but we don't need it any more.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2007-04-30 06:55:23 +00:00
committed by Gerald (Jerry) Carter
parent bd26e4ffaf
commit 367231ea21

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