Skip to content
GitLab
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
a51d5be6
Commit
a51d5be6
authored
Dec 01, 2004
by
Leigh B. Stoller
Browse files
Minor bug fix; inner_elab_role will be NULL for the firewall node, so
skip it.
parent
1319a338
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/elabinelab.in
View file @
a51d5be6
...
...
@@ -279,6 +279,10 @@ sub DumpDBGoo()
"
v.pid=r.pid and v.eid=r.eid
"
.
"
where r.pid='
$pid
' and r.eid='
$eid
'
");
while
(
my
(
$node_id
,
$role
)
=
$query_result
->
fetchrow_array
())
{
# Like, the firewall node.
next
if
(
!
defined
(
$role
));
$noderoles
{
$node_id
}
=
$role
;
$bossnode
=
$node_id
if
(
$role
eq
'
boss
');
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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