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
48d77e3e
Commit
48d77e3e
authored
Jan 17, 2020
by
Fernando Verdugo
Browse files
fix(renewMAC): remove warnings
parent
50fed357
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/VM/KVM.pm
View file @
48d77e3e
...
...
@@ -2023,7 +2023,6 @@ sub _xml_modify_mac {
die
"
Missing num
"
if
!
defined
$num
;
$macparts
[
$pos
]
=
$num
;
$new_mac
=
lc
(
join
("
:
",
@macparts
));
warn
$new_mac
;
push
@tried
,(
$new_mac
);
last
if
!
grep
/^$new_mac$/i
,
@old_macs
&&
$self
->
_unique_mac
(
$new_mac
);
...
...
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