sigh, even more warnings
authorDirk Koopman <djk@tobit.co.uk>
Wed, 5 Jan 2022 19:54:36 +0000 (19:54 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Wed, 5 Jan 2022 19:54:36 +0000 (19:54 +0000)
perl/DXProtHandle.pm

index 3ba13b47193d468328b8ea55d271dfcba8f6986f..d458fbb724c86eca719e990bf8aef44dcec25ce6 100644 (file)
@@ -1558,7 +1558,7 @@ sub _decode_pc92_call
        my $ip;
        $part[1] //= '';
        $part[2] //= '';
-       $part[2] //= '';
+       $part[3] //= '';
        if ($part[1] =~ /[,.]/) {
                $ip = $part[1];
                $part[1] = $part[2] = 0;