RemoveGeneralSocket: don't touch EnabledDevices

RemoveGeneralSocket.  Harmless, but.
This commit is contained in:
Daniel Stone 2006-11-04 20:35:55 +02:00 committed by Daniel Stone
parent ae58d349c1
commit 578899139f

View File

@ -1091,7 +1091,6 @@ AddEnabledDevice(int fd)
_X_EXPORT void
RemoveGeneralSocket(int fd)
{
FD_CLR(fd, &EnabledDevices);
FD_CLR(fd, &AllSockets);
if (GrabInProgress)
FD_CLR(fd, &SavedAllSockets);