mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
general-functions.pl: Fix wrong perl syntax.
This commit is contained in:
@@ -1039,7 +1039,7 @@ sub GetIcmpDescription ($) {
|
||||
'SKIP',
|
||||
'Photur', #40
|
||||
'Experimental');
|
||||
if ($index>41) {return 'unknown'} else {return @icmp_description[$index]};
|
||||
if ($index>41) {return 'unknown'} else {return $icmp_description[$index]};
|
||||
}
|
||||
|
||||
sub GetCoreUpdateVersion() {
|
||||
|
||||
Reference in New Issue
Block a user