diff options
author | Michael Adam <obnox@samba.org> | 2012-11-16 17:49:25 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-12-03 08:48:21 +0100 |
commit | c58c68d5ba58855098d24c54db9c0cda19db0f4b (patch) | |
tree | 328d91938b25a03c082574fbe91c7cdcc5316249 /source3/winbindd | |
parent | 349b9ac05242f87fa5afcc06c72ccc02bdb05d8b (diff) | |
download | samba-c58c68d5ba58855098d24c54db9c0cda19db0f4b.tar.gz samba-c58c68d5ba58855098d24c54db9c0cda19db0f4b.tar.bz2 samba-c58c68d5ba58855098d24c54db9c0cda19db0f4b.zip |
s3:winbindd: convert some spaces to tabs in winbindd_sids_to_xids_send()
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/winbindd')
-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); |