]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: also delete replay cache record in smbXsrv_open_cleanup()
authorRalph Boehme <slow@samba.org>
Tue, 17 Jun 2025 14:59:07 +0000 (16:59 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 5 Aug 2025 14:52:34 +0000 (14:52 +0000)
commit26ee66860795d2a9bdf0763517b84fba0bbe8c30
tree4b02f1684a850fa6c0e31bfbe91a12f6e849a6b0
parent20c636926617b7232464b1ddb29018dd637a8bd1
smbd: also delete replay cache record in smbXsrv_open_cleanup()

Add and use smbXsrv_replay_cleanup() to delete replay cache records. Another
external caller comes later, hence adding this as a public function.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smbXsrv_open.c
source3/smbd/smbXsrv_open.h