remove useless oid for gorgy ntpserver
This commit is contained in:
parent
12df0f4486
commit
4870f75737
|
@ -143,8 +143,7 @@ sub manage_selection {
|
||||||
oids => [
|
oids => [
|
||||||
$mapping->{currentSyncState}->{oid} . '.0',
|
$mapping->{currentSyncState}->{oid} . '.0',
|
||||||
$mapping->{timeBaseState}->{oid} . '.0',
|
$mapping->{timeBaseState}->{oid} . '.0',
|
||||||
$mapping->{powerDownFlags}->{oid} . '.0',
|
$mapping->{ntpRequestsNumber}->{oid} . '.0'
|
||||||
$mapping->{ntpRequestsNumber}->{oid} . '.0',
|
|
||||||
],
|
],
|
||||||
nothing_quit => 1
|
nothing_quit => 1
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue