|
|
@@ -217,7 +217,7 @@ while (<NTPDATE>) {
|
|
|
# An offset of 0.000000 with an error is probably bogus. Actually,
|
|
|
# it's probably always bogus, but let's be paranoid here.
|
|
|
# Has been reported that 0.0000 happens in a production environment
|
|
|
- # so this check should be taken out - SF tracker 1150777
|
|
|
+ # on Solaris 8 so this check should be taken out - SF tracker 1150777
|
|
|
#if ($offset == 0) { undef $offset;}
|
|
|
|
|
|
$ntpdate_error = defined ($offset) ? $ERRORS{"OK"} : $ERRORS{"CRITICAL"};
|