Project

General

Profile

Bug #399 » bug399-diff.patch

David Goulet, 11/14/2012 03:09 PM

View differences:

src/bin/lttng-sessiond/ust-app.c
ret = create_ust_event(app, ua_sess, ua_chan, ua_event);
if (ret < 0) {
/* Not found previously means that it does not exist on the tracer */
assert(ret == -LTTNG_UST_ERR_EXIST);
assert(ret != -LTTNG_UST_ERR_EXIST);
goto error;
}
(6-6/6)