smbd: use a different error out in one place in unix_convert()
authorRalph Boehme <slow@samba.org>
Thu, 23 Apr 2020 10:00:38 +0000 (12:00 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 24 Apr 2020 21:46:27 +0000 (21:46 +0000)
commitec2adb43481175566627a1676aaf0639fd550057
tree72072c1466a09562a9df4448863406ad79db0520
parent10eadd6073555f85cd3cd9da79c3c37842de8ccb
smbd: use a different error out in one place in unix_convert()

The error label is only used for OOM conditions no smb_fname of dirpath.

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