]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: VFS: Add 'connection_struct *conn' parameter to syncops_two_names().
authorJeremy Allison <jra@samba.org>
Thu, 17 Jun 2021 18:58:54 +0000 (11:58 -0700)
committerNoel Power <npower@samba.org>
Tue, 22 Jun 2021 13:44:34 +0000 (13:44 +0000)
commit1687df4d07a9037e3cf4b23daad8626eef0267da
tree16c6c848ec224550929ba7d1e0e6c3cae5702201
parent8848ebf504f08dfe9a81af233b0909f92a411075
s3: VFS: Add 'connection_struct *conn' parameter to syncops_two_names().

Not yet used. This will allow us to make syncops really stackable later.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
source3/modules/vfs_syncops.c