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:19:41 +0000 (16:19 -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 c32ea815d694f70593a44c5fea59d48067fc313a..506bbc6fb87249fe933cab9be2dfadb7f0a11d1c 100644 (file)
@@ -2881,6 +2881,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.029181 seconds and 5 git commands to generate.