projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
525cb6b
)
Fix: wrong data structure used in commit df41f83
author
David Goulet
<dgoulet@efficios.com>
Tue, 11 Feb 2014 21:36:30 +0000
(16:36 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 11 Feb 2014 21:37:26 +0000
(16:37 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/live.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-relayd/live.c
b/src/bin/lttng-relayd/live.c
index 34114ad33872c88e7dfee1d3fc53b59a572ba18d..292f0601e958e97eee1b3d021bb96570a712c2e0 100644
(file)
--- a/
src/bin/lttng-relayd/live.c
+++ b/
src/bin/lttng-relayd/live.c
@@
-694,7
+694,7
@@
int viewer_connect(struct relay_connection *conn)
health_code_update();
- memset(&
msg, 0, sizeof(msg
));
+ memset(&
reply, 0, sizeof(reply
));
reply.major = RELAYD_VERSION_COMM_MAJOR;
reply.minor = RELAYD_VERSION_COMM_MINOR;
This page took
0.026786 seconds
and
4
git commands to generate.