1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3: Remove a pointless if-statement

This commit is contained in:
Volker Lendecke 2010-09-21 11:08:19 -07:00
parent 81d257e8ae
commit 1d90227c3c

View File

@ -1080,10 +1080,6 @@ NTSTATUS winbindd_lookup_sids(TALLOC_CTX *mem_ctx,
/* And restore our original timeout. */
rpccli_set_timeout(cli, orig_timeout);
if (!NT_STATUS_IS_OK(status)) {
return status;
}
return status;
}