diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-11-04 20:35:55 +0200 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-11-08 15:29:15 +0200 |
commit | 578899139f133746634a7bf8845e25362b5dfca2 (patch) | |
tree | 82fa23379646f211d5d0d4ac7521da691763c694 /os | |
parent | ae58d349c1cf5d63ad3616c485baa858350978d5 (diff) |
RemoveGeneralSocket: don't touch EnabledDevices
RemoveGeneralSocket. Harmless, but.
Diffstat (limited to 'os')
-rw-r--r-- | os/connection.c | 1 |
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); |