Rename consumerd32_bindir -> consumerd32_path
[lttng-tools.git] / lttng-sessiond / main.c
index 89a42528cd13ebf87d97923e572e207e729bb2cf..0a78f27bad9e9e6f85ad9e86008030464b924a39 100644 (file)
@@ -192,7 +192,7 @@ void setup_consumerd_path(void)
         */
 #if (CAA_BITS_PER_LONG == 32)
        if (!consumerd32_path[0]) {
         */
 #if (CAA_BITS_PER_LONG == 32)
        if (!consumerd32_path[0]) {
-               consumerd32_bindir = INSTALL_BIN_PATH "/" CONSUMERD_FILE;
+               consumerd32_path = INSTALL_BIN_PATH "/" CONSUMERD_FILE;
        }
        if (!consumerd32_libdir[0]) {
                consumerd32_libdir = INSTALL_LIB_PATH;
        }
        if (!consumerd32_libdir[0]) {
                consumerd32_libdir = INSTALL_LIB_PATH;
This page took 0.022941 seconds and 4 git commands to generate.