s3: smbd: get_ea_list_from_fsp(). Make it clear we're using only the fsp by replacing...
authorJeremy Allison <jra@samba.org>
Tue, 22 Jun 2021 18:43:56 +0000 (11:43 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 25 Jun 2021 15:53:31 +0000 (15:53 +0000)
commit198413da763ee652dad65a430962031be974b51c
tree88b5c933f6ff41204b99da5b9fd5e220a956609a
parent757b7d5c6ae830975513a95296c6faf160cd04f3
s3: smbd: get_ea_list_from_fsp(). Make it clear we're using only the fsp by replacing the fsp->fsp_name with NULL.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/trans2.c