diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2006-08-02 20:29:59 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2006-08-02 20:29:59 -0400 |
commit | 96e45626c43b7674b66e0258b0b1730d5ce71357 (patch) | |
tree | 9cd058f880096974f5e367f7188a3186e5d76912 /dix/dispatch.c | |
parent | 3c23dec5962b8b81ae838fe0ee2c7b0a789f5386 (diff) |
Rebase Security extension to use devPrivates for storing security state.
Diffstat (limited to 'dix/dispatch.c')
-rw-r--r-- | dix/dispatch.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dix/dispatch.c b/dix/dispatch.c index a717fbd4a..b094e70f2 100644 --- a/dix/dispatch.c +++ b/dix/dispatch.c @@ -3647,9 +3647,6 @@ void InitClient(ClientPtr client, int i, pointer ospriv) } #endif client->replyBytesRemaining = 0; -#ifdef XACE - XACE_STATE_INIT(client->securityState); -#endif #ifdef XAPPGROUP client->appgroup = NULL; #endif |