smbd: get_ea_list_from_file_path() - remove a duplicate statement
authorUri Simchoni <uri@samba.org>
Thu, 2 Mar 2017 06:49:54 +0000 (08:49 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 2 Mar 2017 21:30:23 +0000 (22:30 +0100)
Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/trans2.c

index a2214616dd1aba5c644599473dc2b2ea8ddb2cfa..dc6dc7179bd7b35fa70a45505621055424742bef 100644 (file)
@@ -416,7 +416,6 @@ static NTSTATUS get_ea_list_from_file_path(TALLOC_CTX *mem_ctx,
        }
 
        if (num_names == 0) {
-               *ea_list = NULL;
                return NT_STATUS_OK;
        }