fix bug in dispatch

This commit is contained in:
Brian West 2014-04-17 20:19:39 -05:00
parent 190c241c81
commit 8ce6198bf9
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ sub render_event($;$) {
if ($self->{_decode}) {
$val =~ s/\%([A-Fa-f0-9]{2})/pack('C', hex($1))/seg;
}
$h =~ s/^variable_//;
$self->{event_hash}->{lc($h)} = $val;
$h = $event->nextHeader();
}