Add UST event exist error code
[lttng-tools.git] / lttng-sessiond / main.c
index 0a78f27bad9e9e6f85ad9e86008030464b924a39..6bb471a9dca0a3cc03b9448ec0b6be649a12e5e8 100644 (file)
@@ -50,7 +50,7 @@
 #include "event.h"
 #include "futex.h"
 #include "hashtable.h"
-#include "kernel-ctl.h"
+#include "kernel.h"
 #include "lttng-sessiond.h"
 #include "shm.h"
 #include "ust-app.h"
@@ -1575,7 +1575,7 @@ static pid_t spawn_consumerd(struct consumer_data *consumer_data)
                }
                case LTTNG_CONSUMER32_UST:
                {
-                       char *tmpnew;
+                       char *tmpnew = NULL;
 
                        if (consumerd32_libdir[0] != '\0') {
                                char *tmp;
This page took 0.02515 seconds and 4 git commands to generate.