mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
sigexit: add a break in default case
Suggested by: markj
Fixes: 6edbe5616c ("Provide some more information for...")
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6edbe5616c
commit
1a6238d1ea
1 changed files with 1 additions and 0 deletions
|
|
@ -3641,6 +3641,7 @@ sigexit(struct thread *td, int sig)
|
|||
break;
|
||||
default:
|
||||
coreinfo = " (no core dump - other error)";
|
||||
break;
|
||||
}
|
||||
if (kern_logsigexit)
|
||||
log(LOG_INFO,
|
||||
|
|
|
|||
Loading…
Reference in a new issue