Skip to content
GitLab
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
0d03e53a
Commit
0d03e53a
authored
May 31, 2012
by
Leigh B Stoller
Browse files
Increase output buffer side in doemulabconfig; so many variables, so
little room.
parent
033f4874
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
0d03e53a
...
...
@@ -8070,7 +8070,7 @@ COMMAND_PROTOTYPE(doemulabconfig)
{
MYSQL_RES
*
res
;
MYSQL_ROW
row
;
char
buf
[
MYBUFSIZE
];
char
buf
[
2
*
MYBUFSIZE
];
char
*
bufp
=
buf
,
*
ebufp
=
&
buf
[
sizeof
(
buf
)];
char
myrole
[
32
],
rolebuf
[
256
];
int
nrows
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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