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:14:48 +0000 (10:14 -0400)
commita71aab0431b534edec28e756a39870deab20e3aa
treef2efd708b44335045e8de57260fb48f728c2a100
parent6bdfacfa21cacb7ebb5df0bc6df68d423dadf64f
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.025804 seconds and 4 git commands to generate.