summaryrefslogtreecommitdiffstats
path: root/util/lg/lg.cgi.in
diff options
context:
space:
mode:
Diffstat (limited to 'util/lg/lg.cgi.in')
-rwxr-xr-xutil/lg/lg.cgi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lg/lg.cgi.in b/util/lg/lg.cgi.in
index 1e37b20..cf4caa8 100755
--- a/util/lg/lg.cgi.in
+++ b/util/lg/lg.cgi.in
@@ -363,7 +363,7 @@ if ($mfg =~ /juniper/) {
$results[0] = "$cmdDisp{$type} not implemented for junipers. sorry.\n";
&print_results;
}
- $cmd = $foundryCmd{$type};
+ $cmd = $juniperCmd{$type};
} elsif ($mfg =~ /foundry/) {
if(! defined($foundryCmd{$type})) {
$results[0] = "$cmdDisp{$type} not implemented for foundrys. sorry.\n";