From 578899139f133746634a7bf8845e25362b5dfca2 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sat, 4 Nov 2006 20:35:55 +0200 Subject: [PATCH] RemoveGeneralSocket: don't touch EnabledDevices RemoveGeneralSocket. Harmless, but. --- os/connection.c | 1 - 1 file changed, 1 deletion(-) diff --git a/os/connection.c b/os/connection.c index cdd1d184a..95c5500be 100644 --- a/os/connection.c +++ b/os/connection.c @@ -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);