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:
9d45202
)
Fix: don't create a channel on an enable channel
author
David Goulet
<dgoulet@efficios.com>
Mon, 6 May 2013 15:55:35 +0000
(11:55 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 6 May 2013 15:56:26 +0000
(11:56 -0400)
Backported from master branch of the 2.2 development cycle.
Commit:
d54b4440428fedc9c7ec6af65586746ff027fb19
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/channel.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-sessiond/channel.c
b/src/bin/lttng-sessiond/channel.c
index 559c3d154034193381357540e0c0bc7a01f30ce0..4bd3824e7c4e6b55d4d6887d207228103f92a297 100644
(file)
--- a/
src/bin/lttng-sessiond/channel.c
+++ b/
src/bin/lttng-sessiond/channel.c
@@
-199,7
+199,7
@@
int channel_ust_enable(struct ltt_ust_session *usess, int domain,
* channel was successfully created on the session daemon side so the
* enable-channel command is a success.
*/
- (void) ust_app_
creat
e_channel_glb(usess, uchan);
+ (void) ust_app_
enabl
e_channel_glb(usess, uchan);
break;
#if 0
case LTTNG_DOMAIN_UST_PID:
This page took
0.027754 seconds
and
4
git commands to generate.