mirror of
https://github.com/matrix-construct/construct
synced 2024-11-20 17:01:55 +01:00
libratbox: Abort if the restart callback returns.
This commit is contained in:
parent
f76ca17848
commit
6993ae2760
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue