fix(tools): remove repeated UUIDv4 test in manage vnc pipes

main
Tsu-ba-me 1 year ago committed by Yanhao Lei
parent aa59d465cd
commit 09c49d0fb4
  1. 2
      tools/striker-manage-vnc-pipes

@ -66,7 +66,7 @@ $anvil->Log->variables({ source => $THIS_FILE, line => __LINE__, level => $switc
my $map_to_operation = { start => \&start_pipe, stop => \&stop_pipe };
if (is_uuid_v4($server_uuid))
if ($server_uuid)
{
my $rcode;

Loading…
Cancel
Save