File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ typedef struct _Sertafied {
5353static SertafiedPtr pPending ;
5454static RESTYPE SertafiedResType ;
5555static Bool BlockHandlerRegistered ;
56- static x_server_generation_t SertafiedGeneration ;
5756
5857static void ClientAwaken (ClientPtr /* client */ ,
5958 void * /* closure */
@@ -74,14 +73,11 @@ ClientSleepUntil(ClientPtr client,
7473{
7574 SertafiedPtr pReq , pPrev ;
7675
77- if (SertafiedGeneration != serverGeneration ) {
78- SertafiedResType = CreateNewResourceType (SertafiedDelete ,
79- "ClientSleep" );
80- if (!SertafiedResType )
81- return FALSE;
82- SertafiedGeneration = serverGeneration ;
83- BlockHandlerRegistered = FALSE;
84- }
76+ SertafiedResType = CreateNewResourceType (SertafiedDelete ,
77+ "ClientSleep" );
78+ if (!SertafiedResType )
79+ return FALSE;
80+ BlockHandlerRegistered = FALSE;
8581
8682 SertafiedPtr pRequest = calloc (1 , sizeof (SertafiedRec ));
8783 if (!pRequest )
You can’t perform that action at this time.
0 commit comments