r3552: fixed sense of ACL test
authorAndrew Tridgell <tridge@samba.org>
Fri, 5 Nov 2004 12:10:28 +0000 (12:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:31 +0000 (13:05 -0500)
source/utils/getntacl.c
source/utils/setntacl.c
source/utils/setnttoken.c

index 72fffd9ee880e9647dc39389e402ab23c8359ace..6045e720139427799f44ceafef8eeee58d3ee6f1 100644 (file)
@@ -23,7 +23,7 @@
 #include "includes.h"
 #include "system/filesys.h"
 
 #include "includes.h"
 #include "system/filesys.h"
 
-#if (!defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT))
+#if (defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT))
 
 int main(int argc, char **argv)
 {
 
 int main(int argc, char **argv)
 {
index 098d7879763c34f71d46fa58753f37d114581a26..3565da2a796974609a17fecd7fef8a2f2059d63e 100644 (file)
@@ -23,7 +23,7 @@
 #include "includes.h"
 #include "system/filesys.h"
 
 #include "includes.h"
 #include "system/filesys.h"
 
-#if (!defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT))
+#if (defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT))
 
 int main(int argc, char **argv)
 {
 
 int main(int argc, char **argv)
 {
index c51c582b823c63a3ca7f735d0d403f5b079f00a6..06544d0bc7e4b552d2b4e6fa676ce99591d06954 100644 (file)
@@ -23,7 +23,7 @@
 #include "includes.h"
 #include "system/filesys.h"
 
 #include "includes.h"
 #include "system/filesys.h"
 
-#if (!defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT))
+#if (defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT))
 
 int main(int argc, char **argv)
 {
 
 int main(int argc, char **argv)
 {