diff --git a/Xext/security.c b/Xext/security.c index 43f32fccc..54a2b3e3f 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -1131,12 +1131,6 @@ CALLBACK(SecurityClientStateCallback) XID authId = AuthorizationIDOfClient(client); SecurityAuthorizationPtr pAuth; - /* allocate space for security state */ - STATEPTR(client) = xalloc(sizeof(SecurityClientStateRec)); - if (!STATEPTR(client)) - FatalError("Client %d: couldn't allocate security state\n", - client->index); - TRUSTLEVEL(client) = XSecurityClientTrusted; AUTHID(client) = authId; pAuth = (SecurityAuthorizationPtr)LookupIDByType(authId,