X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fdirectory-handle.c;h=9d2fed4637e453a67358049caaf6208505580c47;hb=0b1b49f99868a18f549dda323e07d5072bc771b5;hp=f0139be29bced2a8f566d64dc0b77b49c93a3cca;hpb=235493868254e943513c6552c6821236284f00ac;p=lttng-tools.git diff --git a/src/common/compat/directory-handle.c b/src/common/compat/directory-handle.c index f0139be29..9d2fed463 100644 --- a/src/common/compat/directory-handle.c +++ b/src/common/compat/directory-handle.c @@ -591,7 +591,7 @@ LTTNG_HIDDEN bool lttng_directory_handle_equals(const struct lttng_directory_handle *lhs, const struct lttng_directory_handle *rhs) { - return strcmp(lhs->path, rhs->path) == 0; + return strcmp(lhs->base_path, rhs->base_path) == 0; } static