summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs.c
diff options
context:
space:
mode:
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 7297677876..39969e221b 100644
--- a/source3/modules/vfs_gpfs.c
+++ b/source3/modules/vfs_gpfs.c
@@ -1253,7 +1253,7 @@ int vfs_gpfs_connect(struct vfs_handle_struct *handle, const char *service,
"hsm", false);
SMB_VFS_HANDLE_SET_DATA(handle, config,
- NULL, struct syncops_config_data,
+ NULL, struct gpfs_config_data,
return -1);
return 0;