diff options
Diffstat (limited to 'Xext/security.c')
-rw-r--r-- | Xext/security.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Xext/security.c b/Xext/security.c index bd92600f6..e37906366 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -50,7 +50,8 @@ static RESTYPE RTEventClient; static CallbackListPtr SecurityValidateGroupCallback = NULL; /* Private state record */ -static DevPrivateKey stateKey = &stateKey; +static int stateKeyIndex; +static DevPrivateKey stateKey = &stateKeyIndex; /* This is what we store as client security state */ typedef struct { |