summaryrefslogtreecommitdiff
path: root/libds
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-05-26 17:41:50 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-05-26 17:43:18 +0200
commitc1e8838bf5483a5b7a8a2556a43ee2cf1040a1a1 (patch)
tree98a3684d2560cc016fb61b4b0bf5bafa4a77cb8b /libds
parent9b1daa78cf7a5e461a3e108ad240b6f9a2bdc434 (diff)
downloadsamba-c1e8838bf5483a5b7a8a2556a43ee2cf1040a1a1.tar.gz
flags.h - fix comment for "GTYPE_SECURITY_UNIVERSAL_GROUP" constant
Diffstat (limited to 'libds')
-rw-r--r--libds/common/flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libds/common/flags.h b/libds/common/flags.h
index 6a29b1b5100..396df7c1a98 100644
--- a/libds/common/flags.h
+++ b/libds/common/flags.h
@@ -110,7 +110,7 @@
GROUP_TYPE_SECURITY_ENABLED \
)
#define GTYPE_SECURITY_UNIVERSAL_GROUP ( \
- /* 0x80000008 -2147483656 */ \
+ /* 0x80000008 -2147483640 */ \
GROUP_TYPE_UNIVERSAL_GROUP| \
GROUP_TYPE_SECURITY_ENABLED \
)