0
0
Fork 0
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:
William Pitcock 2008-04-01 20:56:54 -05:00
parent 2b42818532
commit 2847d2186e

View file

@ -111,7 +111,7 @@ ircd_log_cb(const char *str)
static void
ircd_restart_cb(const char *str)
{
restart(buf);
restart(str);
}
/*