From 50f248a06c5e381fe36bcab2842322f78a469bb7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 24 Sep 2009 13:11:14 +0200 Subject: s3: Forgot to check in one build failure for vfs_gpfs.c --- source3/modules/vfs_gpfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c index 5616cae2df..c1131a92b9 100644 --- a/source3/modules/vfs_gpfs.c +++ b/source3/modules/vfs_gpfs.c @@ -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; } -- cgit