s3:smbd: Attempt to fix the build on HP/UX
authorVolker Lendecke <vl@samba.org>
Fri, 18 Sep 2009 01:42:23 +0000 (03:42 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 18 Sep 2009 01:42:45 +0000 (03:42 +0200)
source3/modules/vfs_hpuxacl.c

index abc80dcd9c2cddf728f03c0b6250300e42526beb..df70f1ea08c22c3cce5ce77b34d96a5297490f8f 100644 (file)
@@ -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));