Fixed rlm_perl hash issue. Now we support not only character string in scalar value
authorbjordanov <bjordanov>
Wed, 23 Mar 2005 13:45:57 +0000 (13:45 +0000)
committerbjordanov <bjordanov>
Wed, 23 Mar 2005 13:45:57 +0000 (13:45 +0000)
commit0c7d8dc6f872b8de1ed10d3fe71d7525e4667392
tree5603760e20e041c9c6e3966d99ce875d9b4daa05
parenteec88b9a947a2917aebba738433ef8885fa8f1f3
Fixed rlm_perl hash issue. Now we support not only character string in scalar value
taken from %RAD_xxx hashes. Before if you want to return an integer value in RAD_REPLY
you have to say $RAD_REPLY{'Port-Limit'} = "1"; now it is possible to do it without ""
ie $RAD_REPLY{'Port-Limit'} = 1;
src/modules/rlm_perl/rlm_perl.c