diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2009-11-01 12:44:17 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2009-11-01 12:44:17 -0800 |
commit | 34d2d13c3763ae8c603195dd97d78da5f8e9a5ce (patch) | |
tree | 8eb7701dd62ab78e94e71e9d39f9dd258ac60a92 /lib | |
parent | 20512f3b1ce6fc6464b14f49b113fe010c37d375 (diff) | |
download | vyatta-cfg-34d2d13c3763ae8c603195dd97d78da5f8e9a5ce.tar.gz vyatta-cfg-34d2d13c3763ae8c603195dd97d78da5f8e9a5ce.zip |
Fix spelling error in carrier method.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/Vyatta/Interface.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/Interface.pm b/lib/Vyatta/Interface.pm index 90880c7..924058a 100755 --- a/lib/Vyatta/Interface.pm +++ b/lib/Vyatta/Interface.pm @@ -230,7 +230,7 @@ sub carrier { my $val = <$carrier>; chomp $val; close $carrier; - return $var; + return $val; } sub hw_address { |