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 [EMAIL PROTECTED] > To unsubscribe, email '[EMAIL PROTECTED]' 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 [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.