From d0c1ef92f38d125208e10ee12af814ff883bf099 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 --- source3/modules/gpfs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c index 53418f0..284e65b 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; -- 1.9.1