Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
8b3d04f3
Commit
8b3d04f3
authored
Nov 30, 2015
by
Mike Hibler
Browse files
Fix a perl nit.
parent
9141c149
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/reload_daemon.in
View file @
8b3d04f3
...
...
@@ -446,7 +446,7 @@ while (1) {
my
$idid
=
"
$imageid
/
$mustwipe
";
$images
{
$node
}
=
$imageid
;
if
(
@
{
$imagenodes
{
$idid
}
}
>
0
)
{
if
(
exists
(
$imagenodes
{
$idid
}
)
)
{
push
(
@
{
$imagenodes
{
$idid
}},
$node
);
}
else
{
$imagenodes
{
$idid
}
=
[
$node
];
...
...
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