summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_hpuxacl.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-09-18 03:42:23 +0200
committerVolker Lendecke <vl@samba.org>2009-09-18 03:42:45 +0200
commit44674efc818baaad527c73d5a0e9f3d05b76d807 (patch)
treeb01d2cafef67c32f43da61de93415c099560d475 /source3/modules/vfs_hpuxacl.c
parenteeda7f64497fdf79d3ca1ccb6d34e6b0ad15991c (diff)
downloadsamba-44674efc818baaad527c73d5a0e9f3d05b76d807.tar.gz
samba-44674efc818baaad527c73d5a0e9f3d05b76d807.tar.bz2
samba-44674efc818baaad527c73d5a0e9f3d05b76d807.zip
s3:smbd: Attempt to fix the build on HP/UX
Diffstat (limited to 'source3/modules/vfs_hpuxacl.c')
-rw-r--r--source3/modules/vfs_hpuxacl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_hpuxacl.c b/source3/modules/vfs_hpuxacl.c
index abc80dcd9c..df70f1ea08 100644
--- a/source3/modules/vfs_hpuxacl.c
+++ b/source3/modules/vfs_hpuxacl.c
@@ -216,6 +216,7 @@ int hpuxacl_sys_acl_set_file(vfs_handle_struct *handle,
HPUX_ACL_T hpux_acl = NULL;
int count;
struct smb_filename *smb_fname = NULL;
+ NTSTATUS status;
DEBUG(10, ("hpuxacl_sys_acl_set_file called for file '%s'\n",
name));