]> git.ipfire.org Git - thirdparty/samba.git/commit
VFS: default: let vfswrap_is_offline() take conn, not handle
authorRalph Boehme <slow@samba.org>
Mon, 24 Feb 2020 13:24:12 +0000 (14:24 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 25 Feb 2020 17:44:44 +0000 (17:44 +0000)
commitd4c69d82bdc0fa029609032a9d32f32fa1708beb
treee13c8ec5e6b0ac246a32c59c3e0cb98b015af040
parent0ca46a37268c8219192abc3ab5f2546a02ed8862
VFS: default: let vfswrap_is_offline() take conn, not handle

vfswrap_is_offline() has been converted to a "helper" function some time ago, it
had been a VFS interface function before. To make this change more obvious let
it take a struct connection_struct instead of a struct vfs_handle_struct which
is the canonical first parameter to VFS functions.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14293

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_default.c