smbd: Ensure close_directory() and close_normal_file() only deal with is_fsa files.
authorJeremy Allison <jra@samba.org>
Thu, 17 Dec 2020 00:38:28 +0000 (16:38 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 17 Dec 2020 18:56:28 +0000 (18:56 +0000)
commitde806498603b47274f1e4647eeb2a84db2b7319a
tree9ca460c6746ffd652dff91681ae0c2f2e55d8634
parent7c5476baadb44b34566341ef3cfc9bb32ca81c68
smbd: Ensure close_directory() and close_normal_file() only deal with is_fsa files.

This must be the case, so assert it.

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