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
dc514482
Commit
dc514482
authored
Oct 18, 2010
by
Leigh B Stoller
Browse files
Minor bug fix; add missing space in query string.
parent
4f48e6a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
dc514482
...
...
@@ -2798,7 +2798,7 @@ COMMAND_PROTOTYPE(dobridges)
* Get bridge parameters for the machine.
*/
res
=
mydb_query
(
"select b.bridx,i.MAC,b.vnode,b.vname "
" from bridges as b"
" from bridges as b
"
"left join interfaces as i on "
" i.node_id=b.node_id and i.iface=b.iface "
" where b.node_id='%s' order by bridx"
,
...
...
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