mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 04:46:38 +02:00
reverted a change
This commit is contained in:
@@ -364,3 +364,4 @@
|
||||
- Added oper::swhois idea by Robertsog (NOTE: since this is done before the mode change, a U:Line changing
|
||||
the SWHOIS after you /oper will override this)
|
||||
- Added a donation credit
|
||||
- Reverted a change
|
||||
|
||||
+1
-1
@@ -342,7 +342,7 @@ VOIDSIG s_segv()
|
||||
}
|
||||
kill(p, SIGQUIT);
|
||||
#else
|
||||
for (i = 0; i < highest_fd && i > 10; i++)
|
||||
for (i = 0; i < highest_fd; i++)
|
||||
{
|
||||
if (closesocket(i) == -1)
|
||||
close(i);
|
||||
|
||||
Reference in New Issue
Block a user