From dca465fa53f4d16cdce1353685b11010aa8ff0c7 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Sun, 3 Apr 2011 16:19:11 +0200 Subject: s3/vfs_gpfs: s/syncops/gpfs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as pointed out by Metze in bug #8031 Autobuild-User: Björn Jacke Autobuild-Date: Tue Apr 5 18:08:42 CEST 2011 on sn-devel-104 --- source3/modules/vfs_gpfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/vfs_gpfs.c') 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; -- cgit