From 7b9086f65b7872a0421c144eed32299b7431ab40 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 12 Mar 2025 10:00:57 -0400 Subject: [PATCH] MT#55283 fix test typo Change-Id: Ie8b85e7108713e65e8d1715782efe1291894a3d7 --- t/auto-daemon-tests-t38.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/auto-daemon-tests-t38.pl b/t/auto-daemon-tests-t38.pl index a740d6f4b..b2e0ca16f 100755 --- a/t/auto-daemon-tests-t38.pl +++ b/t/auto-daemon-tests-t38.pl @@ -372,7 +372,7 @@ t38_gw_test('T.38 after re-invite', -($sock_a, $sock_b) = new_call([qw(198.51.100.1 4016)], [qw(198.51.100.3 4018)]); +($sock_a, $sock_b) = new_call([qw(198.51.100.3 4016)], [qw(198.51.100.1 4018)]); ($port_a) = offer('plain T.38, reverse invite', { 'T.38' => [ 'force' ], ICE => 'remove', }, <