Skip to content

Commit

Permalink
Merge branch 'master' of github.com:UPC/ravada
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed May 14, 2021
2 parents 26d99db + cbb9c32 commit 75b5853
Show file tree
Hide file tree
Showing 5 changed files with 421 additions and 246 deletions.
2 changes: 1 addition & 1 deletion lib/Ravada/Domain.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3107,7 +3107,7 @@ sub list_ports($self) {
$clone_port{$data->{internal_port}}++;
}

if ($self->id_base) {
if (!$self->is_base && $self->id_base) {
my $base = Ravada::Front::Domain->open($self->id_base);
my @ports_base = $base->list_ports();
for my $data (@ports_base) {
Expand Down
Loading

0 comments on commit 75b5853

Please sign in to comment.