X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-events.c;h=95a79cf75dc10de27daf335b927043f9231bfa29;hb=dbfc656f7bcbe0333d65536f0d7f3e52b6f24e74;hp=6bfe710f57ea24b9d2da90fc4de04f96347da325;hpb=2339237cc8d7ceb743c61522cbd3822a45932ea0;p=lttng-modules.git diff --git a/lttng-events.c b/lttng-events.c index 6bfe710f..95a79cf7 100644 --- a/lttng-events.c +++ b/lttng-events.c @@ -1146,7 +1146,7 @@ static int lttng_match_enabler_star_glob(const char *desc_name, const char *pattern) { - if (!strutils_star_glob_match(pattern, -1ULL, desc_name, -1ULL)) + if (!strutils_star_glob_match(pattern, SIZE_MAX, desc_name, SIZE_MAX)) return 0; return 1; }