Actions
Bug #337
closedLib lttng-ctl should return a lttng error code when unable to connect to the session daemon
Start date:
09/17/2012
Due date:
% Done:
100%
Estimated time:
Description
When trying to connect to the session daemon, the function ask_sessiond_varlen() +504 return an unknown lttng error code to the client resulting in an error code not readable by lttng_strerror().
This should also be audited across the library for each call returning a non lttng error negative value.
Actions