1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

flags.h - fix comment for "GTYPE_SECURITY_UNIVERSAL_GROUP" constant

This commit is contained in:
Matthias Dieter Wallnöfer 2010-05-26 17:41:50 +02:00
parent 9b1daa78cf
commit c1e8838bf5

View File

@ -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 \
)