Fix: UST returns -LTTNG_UST_ERR_NOENT and not -ENOENT
authorDavid Goulet <dgoulet@efficios.com>
Mon, 21 Jan 2013 16:59:00 +0000 (11:59 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 21 Jan 2013 16:59:03 +0000 (11:59 -0500)
commit495bbffb336c5150def4e6fe52c0a5f2f0195a2b
treec5c7366f48d44095bed137fd194706fe5675d807
parent2ba04c3db7dacf5c2021ec162ff0b8c6d8e7915c
Fix: UST returns -LTTNG_UST_ERR_NOENT and not -ENOENT

On stream creation, it's an UST error code and not the errno one.

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