s3: smbd: Temporarily add protection to get_ea_value() for fsp==NULL and smb_fname...
authorJeremy Allison <jra@samba.org>
Wed, 23 Jun 2021 00:31:41 +0000 (17:31 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 25 Jun 2021 15:53:31 +0000 (15:53 +0000)
commit4670cf1da6feb7e7316db42079ce43ff22f7015e
tree736cb307ff2b148b719dffbd5d4f091950b1d1be
parent2dd7ac6a6eb88443a44564ad12799f05e8be764c
s3: smbd: Temporarily add protection to get_ea_value() for fsp==NULL and smb_fname==NULL.

This will go away once get_ea_value() is fully handle-based
and renamed to get_ea_value_fsp().

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