mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fix
This commit is contained in:
parent
4978ac3081
commit
910154389e
@ -2122,7 +2122,7 @@ sub snmp_get_command {
|
|||||||
$command .= " -x$self->{'snmp_privacy_method'} -X \'$self->{'snmp_privacy_pass'}\' ";
|
$command .= " -x$self->{'snmp_privacy_method'} -X \'$self->{'snmp_privacy_pass'}\' ";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$command .= " -c$community$vlan ";
|
$command .= " -c\'$community\'$vlan ";
|
||||||
}
|
}
|
||||||
|
|
||||||
return "$command $device $oid 2>$DEVNULL";
|
return "$command $device $oid 2>$DEVNULL";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user