Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
93197936
Commit
93197936
authored
Apr 12, 2021
by
Francesc Guasch
Browse files
refactor(ports); do not copy id_vm when exposing
parent
f5504bc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Domain.pm
View file @
93197936
...
...
@@ -2987,7 +2987,7 @@ sub expose($self, @args) {
$internal_port
=
delete
$args
{
internal_port
}
if
exists
$args
{
internal_port
};
delete
$args
{
internal_ip
};
# remove old fields
for
(
qw(public_ip active description is_active)
)
{
for
(
qw(public_ip active description is_active
id_vm
)
)
{
delete
$args
{
$_
};
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment