mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Add missed EOL when die() was converted to use rtld_fdputstr() instead
of errx(). Reported by: amdmi3 PR: bin/165075 MFC after: 3 days
This commit is contained in:
parent
81b95c2cc7
commit
0eddfb0608
1 changed files with 1 additions and 0 deletions
|
|
@ -757,6 +757,7 @@ die(void)
|
|||
if (msg == NULL)
|
||||
msg = "Fatal error";
|
||||
rtld_fdputstr(STDERR_FILENO, msg);
|
||||
rtld_fdputchar(STDERR_FILENO, '\n');
|
||||
_exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue