1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

s3: Fix Coverity ID 2143: DEADCODE

This commit is contained in:
Volker Lendecke 2011-03-28 11:12:32 +02:00
parent 6e9b69fb07
commit 05dac2b7e6

View File

@ -128,10 +128,6 @@ static NTSTATUS open_internal_lsa_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)) {