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
6242de62
Commit
6242de62
authored
Jun 01, 2015
by
Mike Hibler
Browse files
Fix arg count to mysql_query command.
parent
a894442c
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/os/frisbee.redux/config_emulab.c
View file @
6242de62
...
...
@@ -1582,7 +1582,7 @@ emulab_get_host_authinfo(struct in_addr *req, struct in_addr *host,
" AND (i.gid='%s' OR"
" (i.gid=i.pid AND "
" v.shared=1))"
,
6
,
wantpid
,
wantname
,
7
,
wantpid
,
wantname
,
ei
->
pid
,
ei
->
gid
);
}
}
...
...
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