fixed a typo introduced in the last commit in 'ntp.pm'

This commit is contained in:
Jordi Sanfeliu 2016-09-09 10:55:58 +02:00
parent dcce87e826
commit f44c6fb664
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ sub ntp_update {
my $e = 0;
foreach my $h (split(',', $ntp->{list})) {
$h = trim($h);
open(IN, "ntpqq -pn $args $h |");
open(IN, "ntpq -pn $args $h |");
@data = <IN>;
close(IN);
$cod = $str = $del = $off = $jit = 0;