From e7daa0d7049933e5a743f7e6db886f624490c53d Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Sat, 18 Jul 2009 08:03:57 +0800 Subject: [PATCH] s3: don't do this, upper callbacks will check it Signed-off-by: Bo Yang --- source3/winbindd/winbindd_dual.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c index 92f0d60817e4..ab07c9767d5f 100644 --- a/source3/winbindd/winbindd_dual.c +++ b/source3/winbindd/winbindd_dual.c @@ -179,10 +179,6 @@ int wb_child_request_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, if (tevent_req_is_unix_error(req, err)) { return -1; } - if (state->response->result != WINBINDD_OK) { - *err = EIO; /* EIO doesn't fit, but what would be better? */ - return -1; - } *presponse = talloc_move(mem_ctx, &state->response); return 0; } -- 2.34.1