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
0aa49acd
Commit
0aa49acd
authored
Mar 11, 2002
by
Leigh B. Stoller
Browse files
Minor fix to select statement in dotrafgens.
parent
ec00ba93
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
0aa49acd
...
...
@@ -2131,7 +2131,8 @@ dotrafgens(int sock, struct in_addr ipaddr, char *rdata, int tcp)
"vnode,port,target_vnode,target_port "
"from virt_trafgens as vi "
"left join reserved as r on r.vname=vi.vnode "
"where r.node_id='%s' and r.pid='%s' and r.eid='%s'"
,
"where r.node_id='%s' and "
" vi.pid='%s' and vi.eid='%s'"
,
7
,
nodeid
,
pid
,
eid
);
if
(
!
res
)
{
...
...
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