summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_next_pwent.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd/wb_next_pwent.c')
-rw-r--r--source3/winbindd/wb_next_pwent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/wb_next_pwent.c b/source3/winbindd/wb_next_pwent.c
index a52a566e7b..d47b2fca91 100644
--- a/source3/winbindd/wb_next_pwent.c
+++ b/source3/winbindd/wb_next_pwent.c
@@ -160,7 +160,6 @@ static void wb_next_pwent_fill_done(struct tevent_req *subreq)
&state->gstate->users[state->gstate->next_user],
state->pw);
if (tevent_req_nomem(subreq, req)) {
- tevent_req_post(req, state->ev);
return;
}
tevent_req_set_callback(subreq, wb_next_pwent_fill_done, req);