(RADIATOR) Major Bug in radiator patches

Hugh Irvine hugh at open.com.au
Wed Jul 24 21:36:34 CDT 2002


Hello Achint -

What version of Radiator are you running?

What you show below is not in Radiator 3.1.

regards

Hugh


On Wed, 24 Jul 2002 16:22, Achint Saxena wrote:
> Just a quick note, in case no one has discovered this yet. In Rdict.pm,
> $vendor is redefined as a local variable, which causes incorrect vendor
> attribute and value mapping.
>
> --------> error
> sub valNumToName
> {
>     my ($self, $attrnum, $valnum, $vendor) = @_;
>
>     my $vendor += 0;
> .....
> .....
> }
>
> <-------- fix
> sub valNumToName
> {
>     my ($self, $attrnum, $valnum, $vendor) = @_;
>
>     $vendor += 0;
> .....
> .....
> }
>
> Cheers.
>
> Achint.
> ===
> Archive at http://www.open.com.au/archives/radiator/
> Announcements on radiator-announce at open.com.au
> To unsubscribe, email 'majordomo at open.com.au' with
> 'unsubscribe radiator' in the body of the message.

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list