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

Last part of fix

This commit is contained in:
stskeeps
2000-08-25 17:32:24 +00:00
parent 649b5d812e
commit cccda143b1
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -131,7 +131,6 @@ void restart PROTO((char *));
static void open_debugfile(), setup_signals();
extern void init_glines(void);
int do_garbage_collect = 0;
TS last_garbage_collect = 0;
char **myargv;
int portnum = -1; /* Server port number, listening this */
+1 -1
View File
@@ -3629,7 +3629,7 @@ int m_rehash(cptr, sptr, parc, parv)
{
if (!IsAdmin(sptr))
return 0;
do_garbage_collect = 1;
loop.do_garbage_collect = 1;
return 0;
}
if (!match("-rest*", parv[1]))