VFS: default: let vfswrap_is_offline() take conn, not handle
commit8f4e8be85547427cf6a3969d1738d1ed68ee195e
authorRalph Boehme <slow@samba.org>
Mon, 24 Feb 2020 13:24:12 +0000 (24 14:24 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 18 Mar 2020 10:29:09 +0000 (18 10:29 +0000)
tree76001f9262a602fe4db14d76a7bb6e30623aae18
parente98dcaa16d0943e44fad96868777f08dde023be1
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>
(cherry picked from commit d4c69d82bdc0fa029609032a9d32f32fa1708beb)
source3/modules/vfs_default.c