diff --git a/src/ircd.c b/src/ircd.c index 5cdce481..5d6e284b 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -111,7 +111,7 @@ ircd_log_cb(const char *str) static void ircd_restart_cb(const char *str) { - restart(buf); + restart(str); } /*