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
1319a338
Commit
1319a338
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 that instead of core dumping.
parent
d1b88a5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
1319a338
...
...
@@ -5348,7 +5348,8 @@ COMMAND_PROTOTYPE(doemulabconfig)
" vn.eid=r.eid "
"left join virt_lans as vl on vl.vnode=r.vname and "
" vl.pid=r.pid and vl.eid=r.eid "
"where r.pid='%s' and r.eid='%s'"
,
"where r.pid='%s' and r.eid='%s' and "
" vn.inner_elab_role is not null"
,
4
,
reqp
->
pid
,
reqp
->
eid
);
if
(
!
res
)
{
...
...
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