security: Register resource names in the server-side name registry.
This commit is contained in:
parent
d12b7b6632
commit
c8e979b3b8
|
@ -1105,6 +1105,8 @@ SecurityExtensionInit(INITARGS)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
RTEventClient |= RC_NEVERRETAIN;
|
RTEventClient |= RC_NEVERRETAIN;
|
||||||
|
RegisterResourceName(SecurityAuthorizationResType, "SecurityAuthorization");
|
||||||
|
RegisterResourceName(RTEventClient, "SecurityEventClient");
|
||||||
|
|
||||||
/* Allocate the private storage */
|
/* Allocate the private storage */
|
||||||
if (!dixRequestPrivate(stateKey, sizeof(SecurityStateRec)))
|
if (!dixRequestPrivate(stateKey, sizeof(SecurityStateRec)))
|
||||||
|
|
Loading…
Reference in New Issue