Fix typo
authorJamie Cameron <jcameron@webmin.com>
Tue, 28 Jun 2011 03:32:33 +0000 (23:32 -0400)
committerJamie Cameron <jcameron@webmin.com>
Tue, 28 Jun 2011 03:32:33 +0000 (23:32 -0400)
net/redhat-linux-lib.pl

index 92e2b0e..e429d95 100755 (executable)
@@ -125,7 +125,7 @@ while($f = readdir(CONF)) {
                $b->{'index'} = scalar(@rv);
                $b->{'file'} = "$net_scripts_dir/$f";
                if ($conf{'BRIDGE'}) {
-                       $bridge_map{$conf{'BRIDGE'}} = $b->{'fullname};
+                       $bridge_map{$conf{'BRIDGE'}} = $b->{'fullname'};
                        }
                push(@rv, $b);
                }