]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: VFS: syncops: Add 'connection_struct *conn' to syncops_sync_directory().
authorJeremy Allison <jra@samba.org>
Thu, 17 Jun 2021 19:01:48 +0000 (12:01 -0700)
committerNoel Power <npower@samba.org>
Tue, 22 Jun 2021 13:44:34 +0000 (13:44 +0000)
commit6d1972b79ea30944859e7bef57bf5b53516967d2
tree73b7903599baa774a1cf2a635f36f8e03e2407f1
parent1687df4d07a9037e3cf4b23daad8626eef0267da
s3: VFS: syncops: Add 'connection_struct *conn' to syncops_sync_directory().

Remove 'const' from 'char *dname' parameter. This is always a talloc
allocated pointer.

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