revert it due to dlopen error 21/289321/1
authorsangwook lee <sangwook96.lee@samsung.com>
Mon, 6 Mar 2023 09:10:39 +0000 (18:10 +0900)
committersangwook lee <sangwook96.lee@samsung.com>
Mon, 6 Mar 2023 09:10:39 +0000 (18:10 +0900)
Change-Id: I264fe16d3a670159c9f5ff772a737138267def3b
Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
src/plugin.h

index 4b44874b431345584d519bf93c56f9810cb1e8d7..72345c6cf4f28f77f5befd393c61382984fd14f2 100755 (executable)
@@ -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;