s3: smbd: Add "enum file_close_type close_type" parameter to file_close_conn().
commit7005a6354df5522d9f665fb30052c458dfc93124
authorJeremy Allison <jra@samba.org>
Wed, 17 Aug 2022 18:39:36 +0000 (17 11:39 -0700)
committerNoel Power <npower@samba.org>
Thu, 18 Aug 2022 13:07:34 +0000 (18 13:07 +0000)
tree2cd67ff2ed567f4a5a21274a98da5cdfe672dca9
parent9203d17106c0e55a30813ff1ed76869c7581a343
s3: smbd: Add "enum file_close_type close_type" parameter to file_close_conn().

Not yet used.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15128

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
source3/smbd/files.c
source3/smbd/proto.h
source3/smbd/smb2_service.c