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
0664d49b
Commit
0664d49b
authored
Jun 01, 2021
by
Francesc Guasch
Browse files
refactor: removes fields when downgrading release
parent
37f3ecd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Domain.pm
View file @
0664d49b
...
...
@@ -2709,7 +2709,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)
)
{
for
(
qw(public_ip active description
is_secondary
)
)
{
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