fix ircd.c compilation
This commit is contained in:
parent
304ded9583
commit
6240376114
|
@ -111,7 +111,7 @@ ircd_log_cb(const char *str)
|
|||
static void
|
||||
ircd_restart_cb(const char *str)
|
||||
{
|
||||
restart(buf);
|
||||
restart(str);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue