mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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'}\' ";
|
||||
}
|
||||
} else {
|
||||
$command .= " -c$community$vlan ";
|
||||
$command .= " -c\'$community\'$vlan ";
|
||||
}
|
||||
|
||||
return "$command $device $oid 2>$DEVNULL";
|
||||
|
Loading…
x
Reference in New Issue
Block a user