Fix: relayd: initialize lttcomm inet
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 Jan 2014 03:45:10 +0000 (22:45 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 4 Feb 2014 20:09:56 +0000 (15:09 -0500)
Not doing so does not take into account env. var. timeouts.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng-relayd/main.c

index 53f1b49ce14608e41aa1f82d21894358bb8dcfe3..ba364144838eff40a33e6a03d1763c10536915c8 100644 (file)
@@ -2112,6 +2112,7 @@ int main(int argc, char **argv)
 
        /* Initialize communication library */
        lttcomm_init();
+       lttcomm_inet_init();
 
        /* Setup the dispatcher thread */
        ret = pthread_create(&dispatcher_thread, NULL,
This page took 0.026011 seconds and 4 git commands to generate.