revert it due to dlopen error 22/289322/1
authorsangwook lee <sangwook96.lee@samsung.com>
Mon, 6 Mar 2023 09:12:30 +0000 (18:12 +0900)
committersangwook lee <sangwook96.lee@samsung.com>
Mon, 6 Mar 2023 09:12:30 +0000 (18:12 +0900)
Change-Id: I2f21bf72b4c941b553b3d646bce427f88413c96d
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;