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:
b22c5da
)
Fix: missing valid return code when adding an URI to consumer
author
David Goulet
<dgoulet@efficios.com>
Mon, 24 Mar 2014 18:22:34 +0000
(14:22 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 24 Mar 2014 18:22:34 +0000
(14:22 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/cmd.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-sessiond/cmd.c
b/src/bin/lttng-sessiond/cmd.c
index 4b8d82efe255d398d9e5eba605be42d96cec5421..5bec355486975a21d0417a9538728d4ea2f3822d 100644
(file)
--- a/
src/bin/lttng-sessiond/cmd.c
+++ b/
src/bin/lttng-sessiond/cmd.c
@@
-458,6
+458,7
@@
static int add_uri_to_consumer(struct consumer_output *consumer,
* URI was the same in the consumer so we do not append the subdir
* again so to not duplicate output dir.
*/
+ ret = LTTNG_OK;
goto error;
}
This page took
0.028135 seconds
and
4
git commands to generate.