Fix return value on ust app session create
authorDavid Goulet <dgoulet@efficios.com>
Tue, 14 Feb 2012 20:40:17 +0000 (15:40 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 14 Feb 2012 20:40:19 +0000 (15:40 -0500)
commit915d047cc8abd8a6e1255dba3e877236f8e8be51
tree3838684dc718240fc23395202017465c9e2cc51d
parent4ee14516054068e38d7dc5dbeaccd39151ca2d06
Fix return value on ust app session create

Two possible error can occur here where the malloc() failed or the
tracer is gone (app unregistered) so two error code is needed.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/ust-app.c
This page took 0.024806 seconds and 4 git commands to generate.