summaryrefslogtreecommitdiff
path: root/lib/radius/common.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/radius/common.pl')
-rw-r--r--lib/radius/common.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/radius/common.pl b/lib/radius/common.pl
index c08489a..7042fe5 100644
--- a/lib/radius/common.pl
+++ b/lib/radius/common.pl
@@ -124,7 +124,7 @@ sub do_file()
}
$type =~ tr/a-z/A-Z/;
- $attributes{$index}{'type'} = "NR_TYPE_$type";
+ $attributes{$index}{'type'} = "RS_TYPE_$type";
$stuff =~ s/^\s*//;