smbd: Save a few lines in smb2srv_open_lookup_replay_cache()
authorVolker Lendecke <vl@samba.org>
Wed, 11 Jan 2023 10:44:29 +0000 (11:44 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 24 Jan 2023 08:19:34 +0000 (08:19 +0000)
commitf1a66267bcfcd48f3c7ca2ada3f62d40209163e3
treee00658b429c992224e6b1ac8d578b9dfb5ca301b
parent35a32171b5067d5b80acffc99f8d43cdc7f5f9a7
smbd: Save a few lines in smb2srv_open_lookup_replay_cache()

Directly initialize variables, don't leave dangling pointers in TDB_DATA

Signed-off-by: Volker Lendecke <vl@samba.org>
source3/smbd/smbXsrv_open.c