Skip to content
Snippets Groups Projects
Commit 577687dc authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Fixed the class name in the daemon request class

parent 88e22143
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ use warnings;
use base qw{AWITPT::Object};
use smradius::Radius::Packet;
# Parse radius packet
sub parsePacket
......@@ -33,7 +36,7 @@ sub parsePacket
# Parse the radius packet
$self->{'packet'} = Radius::Packet->new($dictionary,$rawPacket);
$self->{'packet'} = smradius::Radius::Packet->new($dictionary,$rawPacket);
# Loop with packet attribute names and add to our log line
$self->addLogLine("PACKET => ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment