|
|
|
@ -818,7 +818,9 @@ sub open_vnc_pipe |
|
|
|
|
ssh_tunnel_forward_port => $ssh_tunnel_info->{forward_port} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
elsif ($ws_info->{is_update}) |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|
if ($ws_info->{is_update}) |
|
|
|
|
{ |
|
|
|
|
update_vnc_pipe({ |
|
|
|
|
server_uuid => $server_uuid, |
|
|
|
@ -828,7 +830,8 @@ sub open_vnc_pipe |
|
|
|
|
ws_source_port => $ws_info->{source_port} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
elsif ($ssh_tunnel_info->{is_update}) |
|
|
|
|
|
|
|
|
|
if ($ssh_tunnel_info->{is_update}) |
|
|
|
|
{ |
|
|
|
|
update_vnc_pipe({ |
|
|
|
|
server_uuid => $server_uuid, |
|
|
|
@ -837,6 +840,7 @@ sub open_vnc_pipe |
|
|
|
|
ssh_tunnel_forward_port => $ssh_tunnel_info->{forward_port} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
$vnc_pipe_info = { forward_port => $ssh_tunnel_info->{forward_port} }; |
|
|
|
|
|
|
|
|
|