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:
94cf3c4
)
Fix infinite loop when enabling all events
author
David Goulet
<david.goulet@polymtl.ca>
Wed, 29 Jun 2011 22:07:12 +0000
(18:07 -0400)
committer
David Goulet
<david.goulet@polymtl.ca>
Wed, 29 Jun 2011 22:07:12 +0000
(18:07 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
ltt-sessiond/main.c
patch
|
blob
|
blame
|
history
diff --git
a/ltt-sessiond/main.c
b/ltt-sessiond/main.c
index cdeb009118f37c6fe0f573d952454e145addd71f..6385366047c53d785d8a080a5a67433046063477 100644
(file)
--- a/
ltt-sessiond/main.c
+++ b/
ltt-sessiond/main.c
@@
-1166,7
+1166,6
@@
static int process_client_msg(struct command_ctx *cmd_ctx)
ret = kernel_create_event(&ev_attr, chan);
if (ret < 0) {
/* Ignore error here and continue */
- continue;
}
}
This page took
0.027122 seconds
and
4
git commands to generate.