mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 20:13:02 -04:00
Typo.
Submitted by: somebody in Usenet whose name i forgot
This commit is contained in:
parent
f83a01b63f
commit
486405ca25
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ main(argc, argv)
|
|||
check_startup();
|
||||
(void)signal(SIGCHLD, reap);
|
||||
svc_run();
|
||||
syslog(LOG_ERR, "run_svc returned unexpectedly");
|
||||
syslog(LOG_ERR, "svc_run returned unexpectedly");
|
||||
abort();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue