Fix: liblttng-ust-fork Makefile flags mismatch
[lttng-ust.git] / liblttng-ust / lttng-events.c
index 8d316b27c7ba4304529ab241a8cba1612a7251d4..980cfa766ef00163a2f015dad3e646b32e9e3091 100644 (file)
@@ -404,7 +404,7 @@ int lttng_desc_match_wildcard_enabler(const struct lttng_event_desc *desc,
                struct lttng_enabler *enabler)
 {
        int loglevel = 0;
-       unsigned int has_loglevel;
+       unsigned int has_loglevel = 0;
 
        assert(enabler->type == LTTNG_ENABLER_WILDCARD);
        /* Compare excluding final '*' */
This page took 0.030406 seconds and 4 git commands to generate.