projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
281047b
)
Fix: remove duplicate set ust event filter
author
David Goulet
<dgoulet@efficios.com>
Wed, 16 Jan 2013 19:15:42 +0000
(14:15 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Wed, 16 Jan 2013 19:15:42 +0000
(14:15 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/ust-app.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-sessiond/ust-app.c
b/src/bin/lttng-sessiond/ust-app.c
index 98ea50fdb250a6f0f89b2c73240eb7dea4df05d9..6430c83f705494749c5b64a33305be1569e6e551 100644
(file)
--- a/
src/bin/lttng-sessiond/ust-app.c
+++ b/
src/bin/lttng-sessiond/ust-app.c
@@
-2651,12
+2651,6
@@
void ust_app_global_update(struct ltt_ust_session *usess, int sock)
/* FIXME: Should we quit here or continue... */
continue;
}
-
- ret = set_ust_event_filter(ua_event, app);
- if (ret < 0) {
- /* FIXME: Should we quit here or continue... */
- continue;
- }
}
}
This page took
0.030203 seconds
and
4
git commands to generate.