Don't start chronyd with unrecognized command line options
This commit is contained in:
parent
27a9b0e7b1
commit
dbb550e6db
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -255,7 +255,7 @@ int main
|
|||
} else if (!strcmp("-6", *argv)) {
|
||||
DNS_SetAddressFamily(IPADDR_INET6);
|
||||
} else {
|
||||
LOG(LOGS_WARN, LOGF_Main, "Unrecognized command line option [%s]", *argv);
|
||||
LOG_FATAL(LOGF_Main, "Unrecognized command line option [%s]", *argv);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue