From 7f47ce95d6c29f7934f66c1ac05cf6edb8f5ee0e Mon Sep 17 00:00:00 2001 From: sangwook lee Date: Mon, 6 Mar 2023 18:12:30 +0900 Subject: [PATCH] revert it due to dlopen error Change-Id: I2f21bf72b4c941b553b3d646bce427f88413c96d Signed-off-by: sangwook lee --- src/plugin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugin.h b/src/plugin.h index 4b44874..72345c6 100755 --- a/src/plugin.h +++ b/src/plugin.h @@ -18,9 +18,8 @@ #define __PLUGIN_H #include "sdbd_plugin.h" -#define STR(R) #R -#define PLUGIN_PATH STR(LIBDIR)"/libsdbd_plugin.so" +#define PLUGIN_PATH "/usr/lib/libsdbd_plugin.so" #define PLUGIN_XML_PATH "/etc/sdbd/commands.xml" extern char* extcmd; -- 2.34.1