Correct ifdef - should be XACE, not XSECURITY

This commit is contained in:
Alan Coopersmith 2006-06-21 16:24:20 -07:00 committed by Alan Coopersmith
parent 90af38fa0c
commit 15c9002d68

View File

@ -70,7 +70,7 @@ typedef struct _ExtensionEntry {
pointer extPrivate;
unsigned short (* MinorOpcode)( /* called for errors */
ClientPtr /* client */);
#ifdef XCSECURITY
#ifdef XACE
pointer securityState[4]; /* 4 slots for use */
#endif
} ExtensionEntry;