diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_ntp.c b/plugins/check_ntp.c index a884c15..28c23d8 100644 --- a/plugins/check_ntp.c +++ b/plugins/check_ntp.c | |||
@@ -720,7 +720,7 @@ int process_arguments(int argc, char **argv){ | |||
720 | usage4(_("Critical offset should be larger than warning offset")); | 720 | usage4(_("Critical offset should be larger than warning offset")); |
721 | } | 721 | } |
722 | 722 | ||
723 | if (ocrit < owarn){ | 723 | if (jcrit < jwarn){ |
724 | usage4(_("Critical jitter should be larger than warning jitter")); | 724 | usage4(_("Critical jitter should be larger than warning jitter")); |
725 | } | 725 | } |
726 | 726 | ||