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
c4088865
Commit
c4088865
authored
Aug 11, 2014
by
Mike Hibler
Browse files
Fix typo in mysql query ("... and and ...").
Probably cause of mfrisbeed assertion failure and crash.
parent
a40be1c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/os/frisbee.redux/config_emulab.c
View file @
c4088865
...
...
@@ -1615,7 +1615,7 @@ emulab_get_host_authinfo(struct in_addr *req, struct in_addr *host,
" v.version='%s' "
"WHERE i.pid='%s'"
" AND i.imagename='%s' and "
"
AND
v.ready=1"
,
"
v.ready=1"
,
6
,
wantvers
,
wantpid
,
wantname
);
}
else
{
...
...
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