Commit 2164733e authored by Alexandre Derumier's avatar Alexandre Derumier Committed by Dietmar Maurer

spiceproxy : allow only spice port range

Signed-off-by: 's avatarAlexandre Derumier <aderumier@odiso.com>
parent 28a05267
......@@ -500,6 +500,8 @@ sub handle_spice_proxy_request {
eval {
die "Port $spiceport is not allowed" if ($spiceport < 61000 || $spiceport > 61099);
my $rpcenv = $self->{rpcenv};
$rpcenv->init_request();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment