diff options
-rw-r--r-- | source3/winbindd/winbindd_sids_to_xids.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/winbindd/winbindd_sids_to_xids.c b/source3/winbindd/winbindd_sids_to_xids.c index 518606dcde..7456d3a307 100644 --- a/source3/winbindd/winbindd_sids_to_xids.c +++ b/source3/winbindd/winbindd_sids_to_xids.c @@ -110,10 +110,10 @@ struct tevent_req *winbindd_sids_to_xids_send(TALLOC_CTX *mem_ctx, state->num_non_cached += 1; } - if (state->num_non_cached == 0) { - tevent_req_done(req); - return tevent_req_post(req, ev); - } + if (state->num_non_cached == 0) { + tevent_req_done(req); + return tevent_req_post(req, ev); + } subreq = wb_lookupsids_send(state, ev, state->non_cached, state->num_non_cached); |