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
8a8f4d9e
Commit
8a8f4d9e
authored
Mar 23, 2007
by
David Johnson
Browse files
Whoops, add pname suffix. I'm stupid.
parent
736bfe83
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
8a8f4d9e
...
...
@@ -6211,8 +6211,9 @@ COMMAND_PROTOTYPE(doeplabconfig)
bufp
=
buf
;
bufp
+=
OUTPUT
(
bufp
,
ebufp
-
bufp
,
"VNAME=%s PNAME=%s PLCNETWORK=%s ROLE=%s IP=%s NETMASK=%s MAC=%s
\n
"
,
row
[
0
],
row
[
1
],
row
[
2
],
row
[
3
],
row
[
4
],
row
[
5
],
row
[
6
]);
"VNAME=%s PNAME=%s.%s PLCNETWORK=%s ROLE=%s IP=%s NETMASK=%s MAC=%s
\n
"
,
row
[
0
],
row
[
1
],
OURDOMAIN
,
row
[
2
],
row
[
3
],
row
[
4
],
row
[
5
],
row
[
6
]);
client_writeback
(
sock
,
buf
,
strlen
(
buf
),
tcp
);
}
mysql_free_result
(
res
);
...
...
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