s3: Forgot to check in one build failure for vfs_gpfs.c
authorVolker Lendecke <vl@samba.org>
Thu, 24 Sep 2009 11:11:14 +0000 (13:11 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 24 Sep 2009 11:11:46 +0000 (13:11 +0200)
source3/modules/vfs_gpfs.c

index 5616cae2df9104fa4ca7d77775fa4d479e257f86..c1131a92b92e9f283ecc2cc3ab56c868721f0b7b 100644 (file)
@@ -1084,7 +1084,7 @@ static int vfs_gpfs_ntimes(struct vfs_handle_struct *handle,
         }
 
         status = get_full_smb_filename(talloc_tos(), smb_fname, &path);
-        if (!NT_STATUS_IS_OK) {
+        if (!NT_STATUS_IS_OK(status)) {
                 errno = map_errno_from_nt_status(status);
                 return -1;
         }