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
525ed62f
Commit
525ed62f
authored
Sep 17, 2001
by
Robert Ricci
Browse files
Change reloads table to current_reloads for the 'loadaddr' command
parent
fefec645
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
525ed62f
...
...
@@ -1789,7 +1789,7 @@ doloadaddr(int sock, struct in_addr ipaddr, char *rdata, int tcp)
* Get the address the node should contact to load its image
*/
res
=
mydb_query
(
"select load_address from images as i "
"left join reloads as r on i.imageid = r.image_id "
"left join
current_
reloads as r on i.imageid = r.image_id "
"where node_id='%s'"
,
1
,
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