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, 28 Jan 2014 21:20:45 +0000 (16:20 -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 1017fd47f7201924ca1f7abde2b15f728dbe39f7..c9f9ab8aca92792e3154d3d6f4d31cef826921e1 100644 (file)
@@ -2746,6 +2746,7 @@ int main(int argc, char **argv)
 
        /* Initialize communication library */
        lttcomm_init();
+       lttcomm_inet_init();
 
        relay_ctx = zmalloc(sizeof(struct relay_local_data));
        if (!relay_ctx) {
This page took 0.030894 seconds and 4 git commands to generate.