Skip to content
Snippets Groups Projects
Commit be4bc31c authored by Danny Auble's avatar Danny Auble
Browse files

Revert "On a fatal, abort so we get a core file instead of just exiting."

This reverts commit 428347cf.

Decided we didn't want a core dump on ever fatal, as fatal is used
in other programs instead of just the daemons.
parent 8e461b60
No related branches found
No related tags found
No related merge requests found
......@@ -1146,7 +1146,7 @@ void fatal(const char *fmt, ...)
log_flush();
fatal_cleanup();
abort();
exit(1);
}
int error(const char *fmt, ...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment