summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Vyatta/Login/Radius.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/Login/Radius.pm b/lib/Vyatta/Login/Radius.pm
index 9c2d56aa..1549c684 100644
--- a/lib/Vyatta/Login/Radius.pm
+++ b/lib/Vyatta/Login/Radius.pm
@@ -77,7 +77,7 @@ sub update {
for my $server ( sort keys %servers ) {
next if ( $servers{$server} eq 'deleted' );
my $port = $rconfig->returnValue("$server port");
- my $secret = $rconfig->returnValue("$server secret");
+ my $secret = $rconfig->returnValue("$server key");
my $timeout = $rconfig->returnValue("$server timeout");
print $cfg "$server:$port\t$secret\t$timeout\n";
++$count;