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:
faf09bc
)
Fix add-context returned error
author
David Goulet
<dgoulet@efficios.com>
Thu, 23 Feb 2012 21:32:45 +0000
(16:32 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Thu, 23 Feb 2012 21:34:36 +0000
(16:34 -0500)
Commit closes #99
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/context.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-sessiond/context.c
b/src/bin/lttng-sessiond/context.c
index 9727258bf130b0f8912a9edb67f0c6a77f3aa4f8..e4c9a51bfb94679339ec94077d4155ddf53261b1 100644
(file)
--- a/
src/bin/lttng-sessiond/context.c
+++ b/
src/bin/lttng-sessiond/context.c
@@
-437,10
+437,6
@@
end:
break;
}
- if (no_chan) {
- ret = LTTCOMM_UST_CHAN_NOT_FOUND;
- }
-
error:
return ret;
}
This page took
0.025789 seconds
and
4
git commands to generate.