From: Mathieu Desnoyers Date: Mon, 27 Jan 2014 03:45:10 +0000 (-0500) Subject: Fix: relayd: initialize lttcomm inet X-Git-Tag: v2.3.2~12 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=bb181a46bc4e24135c6883f98ba9048115c2cff5;hp=ab62752a2086ca7672d5326f56da7f0732ccdf47;p=lttng-tools.git Fix: relayd: initialize lttcomm inet Not doing so does not take into account env. var. timeouts. Signed-off-by: Mathieu Desnoyers --- diff --git a/src/bin/lttng-relayd/main.c b/src/bin/lttng-relayd/main.c index 53f1b49ce..ba3641448 100644 --- a/src/bin/lttng-relayd/main.c +++ b/src/bin/lttng-relayd/main.c @@ -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,