fix appeartv alarm mode

This commit is contained in:
qgarnier 2017-11-24 15:10:09 +01:00
parent 1633667205
commit 4653749c3c
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ sub manage_selection {
{ oid => $mapping->{msgText}->{oid} },
{ oid => $mapping->{msgGenerationTime}->{oid} },
{ oid => $mapping->{msgSeverity}->{oid} },
], nothing_quit => 1, return_type => 1);
], return_type => 1);
my $last_time;
if (defined($self->{option_results}->{memory})) {