0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-03 22:28:52 +02:00

libratbox: Abort if the restart callback returns.

This commit is contained in:
Jilles Tjoelker 2014-02-28 00:53:13 +01:00
parent f76ca17848
commit 6993ae2760

View file

@ -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