mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
fix ircd.c compilation
This commit is contained in:
parent
2b42818532
commit
2847d2186e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue