1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 00:43:13 +02:00

Update OpenFiles on listener close (not very common, but..)

This commit is contained in:
Bram Matthys
2017-05-10 17:18:47 +02:00
parent a6f5460ad8
commit 0412c86d17
+1
View File
@@ -436,6 +436,7 @@ void close_listener(ConfigItem_listen *listener)
listener->ipv6 ? "IPv6" : "IPv4",
listener->options & LISTENER_SSL ? " (SSL)" : "");
fd_close(listener->fd);
--OpenFiles;
}
listener->options &= ~LISTENER_BOUND;