From e7c683ba6974e4d721853ad88e26c33ad7f15775 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 3 Jul 2014 09:58:30 +0200 Subject: [PATCH] s3:vfs:gpfs: remove extra empty lines. Signed-off-by: Michael Adam Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Jul 10 02:50:44 CEST 2014 on sn-devel-104 --- source3/modules/gpfs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c index 53418f0cb19..284e65b9ec6 100644 --- a/source3/modules/gpfs.c +++ b/source3/modules/gpfs.c @@ -161,7 +161,6 @@ int smbd_gpfs_get_realfilename_path(char *pathname, char *filenamep, int get_gpfs_winattrs(char *pathname,struct gpfs_winattr *attrs) { - if (gpfs_get_winattrs_path_fn == NULL) { errno = ENOSYS; return -1; @@ -172,7 +171,6 @@ int get_gpfs_winattrs(char *pathname,struct gpfs_winattr *attrs) int smbd_fget_gpfs_winattrs(int fd, struct gpfs_winattr *attrs) { - if (gpfs_get_winattrs_fn == NULL) { errno = ENOSYS; return -1; -- 2.11.4.GIT