File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -438,19 +438,16 @@ XdmcpSetAuthentication(const ARRAY8Ptr name)
438438
439439static ARRAY16 ConnectionTypes ;
440440static ARRAYofARRAY8 ConnectionAddresses ;
441- static x_server_generation_t xdmcpGeneration ;
442441
443442void
444443XdmcpRegisterConnection (int type , const char * address , int addrlen )
445444{
446445 int i ;
447446 CARD8 * newAddress ;
448447
449- if (xdmcpGeneration != serverGeneration ) {
450- XdmcpDisposeARRAY16 (& ConnectionTypes );
451- XdmcpDisposeARRAYofARRAY8 (& ConnectionAddresses );
452- xdmcpGeneration = serverGeneration ;
453- }
448+ XdmcpDisposeARRAY16 (& ConnectionTypes );
449+ XdmcpDisposeARRAYofARRAY8 (& ConnectionAddresses );
450+
454451 if (xdm_from != NULL ) { /* Only register the requested address */
455452 const void * regAddr = address ;
456453 const void * fromAddr = NULL ;
You can’t perform that action at this time.
0 commit comments