fix(tools): correct renamed call variable in manage vnc pipes

main
Tsu-ba-me 1 year ago committed by digimer
parent b1e7b0e244
commit 6ec2dea741
  1. 2
      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,

Loading…
Cancel
Save