mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Reducing filter stack size to allow for lesser thread stack size
This commit is contained in:
@@ -240,7 +240,7 @@ bt_log_result(int result, u64 time, const char *fmt, va_list argptr)
|
||||
printf("%s\n", result_str);
|
||||
|
||||
if (do_die && !result)
|
||||
abort();
|
||||
exit(1);
|
||||
}
|
||||
|
||||
static u64
|
||||
|
Reference in New Issue
Block a user