From 44674efc818baaad527c73d5a0e9f3d05b76d807 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 18 Sep 2009 03:42:23 +0200 Subject: s3:smbd: Attempt to fix the build on HP/UX --- source3/modules/vfs_hpuxacl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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)); -- cgit