2013-05-20 Junichi Satoh <junichi@rworks.jp>
* include/functions_snmp_browser.php: Fixed typos. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8157 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
78fe77dbc4
commit
036df775f9
|
@ -153,7 +153,7 @@ function snmp_browser_get_tree ($target_ip, $community, $starting_oid = '.') {
|
|||
break;
|
||||
case "NetBSD":
|
||||
$snmpwalk_bin = '/usr/pkg/bin/snmpwalk';
|
||||
braek;
|
||||
break;
|
||||
default:
|
||||
$snmpwalk_bin = 'snmpwalk';
|
||||
break;
|
||||
|
@ -251,7 +251,7 @@ function snmp_browser_get_oid ($target_ip, $community, $target_oid) {
|
|||
break;
|
||||
case "NetBSD":
|
||||
$snmpget_bin = '/usr/pkg/bin/snmpget';
|
||||
braek;
|
||||
break;
|
||||
default:
|
||||
$snmpget_bin = 'snmpget';
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue