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:
jsatoh 2013-05-20 01:34:39 +00:00
parent 78fe77dbc4
commit 036df775f9
1 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ function snmp_browser_get_tree ($target_ip, $community, $starting_oid = '.') {
break; break;
case "NetBSD": case "NetBSD":
$snmpwalk_bin = '/usr/pkg/bin/snmpwalk'; $snmpwalk_bin = '/usr/pkg/bin/snmpwalk';
braek; break;
default: default:
$snmpwalk_bin = 'snmpwalk'; $snmpwalk_bin = 'snmpwalk';
break; break;
@ -251,7 +251,7 @@ function snmp_browser_get_oid ($target_ip, $community, $target_oid) {
break; break;
case "NetBSD": case "NetBSD":
$snmpget_bin = '/usr/pkg/bin/snmpget'; $snmpget_bin = '/usr/pkg/bin/snmpget';
braek; break;
default: default:
$snmpget_bin = 'snmpget'; $snmpget_bin = 'snmpget';
break; break;