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
5aad8c57
Commit
5aad8c57
authored
Oct 17, 2001
by
Robert Ricci
Browse files
Removed a bogus and unecessary check - a node does not need to be
reserved to get its load info.
parent
9728ad5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
5aad8c57
...
...
@@ -1852,12 +1852,6 @@ doloadinfo(int sock, struct in_addr ipaddr, char *rdata, int tcp)
return
1
;
}
/*
* Now check reserved table
*/
if
(
nodeidtoexp
(
nodeid
,
pid
,
eid
,
gid
))
return
0
;
/*
* Get the address the node should contact to load its image
*/
...
...
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