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
16ec0770
Commit
16ec0770
authored
Jan 10, 2008
by
Leigh B. Stoller
Browse files
Fix bug in previous revision.
parent
7c038e0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
16ec0770
...
...
@@ -1569,12 +1569,11 @@ COMMAND_PROTOTYPE(doifconfig)
"left join interfaces as i on "
" i.node_id=v.node_id and i.iface=v.iface "
"left join virt_lan_lans as vll on "
" vll.idx=v.virtlanidx "
" vll.idx=v.virtlanidx
and vll.exptidx='%d'
"
"left join vlans as vn on "
" vn.id=v.vlanid "
"where v.node_id='%s' and %s"
,
10
,
reqp
->
pid
,
reqp
->
eid
,
reqp
->
nickname
,
reqp
->
pnodeid
,
buf
);
10
,
reqp
->
exptidx
,
reqp
->
pnodeid
,
buf
);
if
(
!
res
)
{
error
(
"IFCONFIG: %s: DB Error getting veth interfaces!
\n
"
,
reqp
->
nodeid
);
...
...
Write
Preview
Markdown
is supported
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