dsa-check-zone-rrsig-expiration-many: fix use of uninitialized value in numeric gt (>)
[mirror/dsa-nagios.git] / dsa-nagios-checks / checks / dsa-check-zone-rrsig-expiration-many
index ec99484..674dd1c 100755 (executable)
@@ -190,6 +190,7 @@ my %state_mapping = (
        'unknown' => 255,
        'critical' => 2,
        'warn' => 1,
+       'unsigned' => 0,
        'ok' => 0 );
 
 for my $state (@$states) {