summaryrefslogtreecommitdiff
path: root/os/connection.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-11-04 20:35:55 +0200
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-11-08 15:29:15 +0200
commit578899139f133746634a7bf8845e25362b5dfca2 (patch)
tree82fa23379646f211d5d0d4ac7521da691763c694 /os/connection.c
parentae58d349c1cf5d63ad3616c485baa858350978d5 (diff)
RemoveGeneralSocket: don't touch EnabledDevices
RemoveGeneralSocket. Harmless, but.
Diffstat (limited to 'os/connection.c')
-rw-r--r--os/connection.c1
1 files changed, 0 insertions, 1 deletions
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);