diff options
author | Volker Lendecke <vl@samba.org> | 2011-03-28 11:12:32 +0200 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-03-28 12:06:19 +0200 |
commit | fbe19ba39843d0c70758fc8d775b085a67224a94 (patch) | |
tree | a8f7b4a0e150f272a6108f49fbc8e772eb53eaa1 /source3/winbindd | |
parent | 05dac2b7e68c53babf316ac42b2811f03db364a2 (diff) | |
download | samba-fbe19ba39843d0c70758fc8d775b085a67224a94.tar.gz samba-fbe19ba39843d0c70758fc8d775b085a67224a94.tar.bz2 samba-fbe19ba39843d0c70758fc8d775b085a67224a94.zip |
s3: Fix Coverity ID 2143: DEADCODE
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Mar 28 12:06:19 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_samr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/winbindd/winbindd_samr.c b/source3/winbindd/winbindd_samr.c index f0af251b0c..d775cd7cc6 100644 --- a/source3/winbindd/winbindd_samr.c +++ b/source3/winbindd/winbindd_samr.c @@ -46,10 +46,6 @@ static NTSTATUS open_internal_samr_pipe(TALLOC_CTX *mem_ctx, struct auth_serversupplied_info *session_info = NULL; NTSTATUS status; - if (cli != NULL) { - goto done; - } - if (session_info == NULL) { status = make_session_info_system(mem_ctx, &session_info); if (!NT_STATUS_IS_OK(status)) { |