Skip Menu |

This queue is for tickets about the Net-Appliance-Session CPAN distribution.

Report information
The Basics
Id: 40229
Status: resolved
Priority: 0/
Queue: Net-Appliance-Session

People
Owner: OLIVER [...] cpan.org
Requestors: mladen.stefanov [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.26
Fixed in: (no value)



Subject: with Telnet username is optional
If I am logging in cisco device over telnet with only password and enable secret (the most basic setup), I get error: Use of uninitialized value in string ne at /usr/lib/perl5/site_perl/5.8.8/Net/Appliance/Session/Engine.pm line 109. Line 109 of Session/Engine.pm is currently as follows: if ($username ne $self->get_username) { It should be: if (defined($self->get_username) && $username ne $self->get_username) {
Hi, On Tue Oct 21 11:41:48 2008, mstefanov wrote: Show quoted text
> If I am logging in cisco device over telnet with only password and > enable secret (the most basic setup), I get error
Okay, many thanks for the bug report - I have uploaded a new release 1.32 to CPAN with the fix. Let me know if you find any other issues, regards, oliver.