Fix: relayd: initialize lttcomm inet
[lttng-tools.git] / 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.023119 seconds and 4 git commands to generate.