summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_gpfs.c
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2014-12-10 15:34:59 -0700
committerChristof Schmitt <cs@samba.org>2015-03-02 22:31:08 +0100
commitdb01831082f3120649d742b21aaff9c90fd3cdf0 (patch)
treea744d8f4bc0563c2c4e98d1932db73857eb2e46e /source3/modules/vfs_gpfs.c
parenteefb916192d7e58c21bee35ef3420a4b3f0a3ae0 (diff)
downloadsamba-db01831082f3120649d742b21aaff9c90fd3cdf0.tar.gz
samba-db01831082f3120649d742b21aaff9c90fd3cdf0.tar.xz
samba-db01831082f3120649d742b21aaff9c90fd3cdf0.zip
gpfs: Rename wrapper for gpfs_lib_init
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
Diffstat (limited to 'source3/modules/vfs_gpfs.c')
-rw-r--r--source3/modules/vfs_gpfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c
index 03cded11bc..883894d5a4 100644
--- a/source3/modules/vfs_gpfs.c
+++ b/source3/modules/vfs_gpfs.c
@@ -1858,7 +1858,7 @@ static int vfs_gpfs_connect(struct vfs_handle_struct *handle,
struct gpfs_config_data *config;
int ret;
- smbd_gpfs_lib_init();
+ gpfswrap_lib_init(0);
config = talloc_zero(handle->conn, struct gpfs_config_data);
if (!config) {