]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: mark fsp as valid FSA fsp after Durable Handle reconnect succeeded
authorRalph Boehme <slow@samba.org>
Thu, 17 Dec 2020 12:41:20 +0000 (13:41 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 17 Dec 2020 18:56:28 +0000 (18:56 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/durable.c

index 8cd5e4241faa0a80fa6ec8ae5c3fe268208e2073..0580ae4adbfab8a508aec92970ab45945b07b0f3 100644 (file)
@@ -930,6 +930,8 @@ NTSTATUS vfs_default_durable_reconnect(struct connection_struct *conn,
 
        TALLOC_FREE(lck);
 
+       fsp->fsp_flags.is_fsa = true;
+
        *result = fsp;
        *new_cookie = new_cookie_blob;