Use the right variable for the test ...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Wed, 27 Apr 2016 20:50:42 +0000 (22:50 +0200)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 9 Feb 2023 23:36:08 +0000 (00:36 +0100)
host/udpbridge/questions.pl

index c146d50..1f2e972 100755 (executable)
@@ -35,7 +35,7 @@ sub send_to {
        my $socket = new IO::Socket::INET(Proto => 'udp');
        my $servaddr = sockaddr_in($port, inet_aton($server));
        $socket->send($request, 0, $servaddr);
-       unless ($type =~ /G/) {
+       unless ($request =~ /G/) {
                print "Request sent.\n";
                return;
        }