mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-10 17:20:05 -04:00
check_ntp: Fixed typo in typo in argument sanity check. Thanks to Aurelien Bompard (#1753506)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1756 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
aca23c4640
commit
06372d2d91
2 changed files with 2 additions and 1 deletions
|
|
@ -220,3 +220,4 @@ Matthias Flacke
|
|||
Emil Michles
|
||||
Ask Bjoern Hansen
|
||||
Daniel Bimschas
|
||||
Aurelien Bompard
|
||||
|
|
|
|||
|
|
@ -720,7 +720,7 @@ int process_arguments(int argc, char **argv){
|
|||
usage4(_("Critical offset should be larger than warning offset"));
|
||||
}
|
||||
|
||||
if (ocrit < owarn){
|
||||
if (jcrit < jwarn){
|
||||
usage4(_("Critical jitter should be larger than warning jitter"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue