From 6993ae276061044ada309c4eb9a938928a84435f Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Fri, 28 Feb 2014 00:53:13 +0100 Subject: [PATCH] libratbox: Abort if the restart callback returns. --- libratbox/src/ratbox_lib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libratbox/src/ratbox_lib.c b/libratbox/src/ratbox_lib.c index a8b1bae89..4d11fd333 100644 --- a/libratbox/src/ratbox_lib.c +++ b/libratbox/src/ratbox_lib.c @@ -164,6 +164,7 @@ rb_lib_restart(const char *format, ...) rb_vsnprintf(errbuf, sizeof(errbuf), format, args); va_end(args); rb_restart(errbuf); + abort(); } void