From aa59d465cd447e197c5e2fdd6df91d2aba42870c Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Mon, 17 Jul 2023 17:49:44 -0400 Subject: [PATCH] fix(tools): correct renamed call variable in manage vnc pipes --- tools/striker-manage-vnc-pipes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/striker-manage-vnc-pipes b/tools/striker-manage-vnc-pipes index eab4b8d7..0c7af3a0 100755 --- a/tools/striker-manage-vnc-pipes +++ b/tools/striker-manage-vnc-pipes @@ -571,7 +571,7 @@ sub start_tunnel return (1) if ($build_rcode); - $anvil->Log->variables({ source => $THIS_FILE, line => __LINE__, level => $debug, list => { find_available_port_call => $call } }); + $anvil->Log->variables({ source => $THIS_FILE, line => __LINE__, level => $debug, list => { find_available_port_call => $sh_call } }); my ($tunnel_rport, $find_error, $find_rcode) = $anvil->Remote->call({ no_cache => 1,