Fix: remove wrong doing asserts in sessiond
authorDavid Goulet <dgoulet@efficios.com>
Fri, 30 Aug 2013 14:04:16 +0000 (10:04 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 30 Aug 2013 14:12:08 +0000 (10:12 -0400)
commitb85dc84c9c9b56f6131e8fb2f5c2b5a99fdc2d26
tree6bdb6f7caa530a151cd358536469435f42c60377
parent8a251cb8ade9db2f560604fa53b3515ca0d60c22
Fix: remove wrong doing asserts in sessiond

Asserting on the fd and socket was wrong since the two fds can be set to
-1 concurrently when calling this function.

Fixes #624

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