Change-Id: I29d186d8f2824babd031c5ff0e42d8c1d447f8e1
static ma_h g_ma = NULL;
-//static int g_feature_enabled = -1;
+static int g_feature_enabled = -1;
static int g_privilege_allowed = -1;
static cynara *p_cynara = NULL;
static int __ma_get_feature_enabled()
{
- return 0;
-/*
if (0 == g_feature_enabled) {
//LCOV_EXCL_START
SLOG(LOG_ERROR, TAG_MAC, "[ERROR] Multi-assistant feature NOT supported");
return MA_ERROR_NOT_SUPPORTED;
}
}
-*/
return 0;
}
} while (0 != ret);
return ret;
-}
\ No newline at end of file
+}