Bug #399 » bug399-diff.patch
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;
|
||
}
|
||
- « Previous
- 1
- …
- 4
- 5
- 6
- Next »