X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=ubus_common.h;h=99a7077bfe7e0b3460d313ec6dc3ef6f04f5e870;hp=e002b2707114f3a01cd6ada8c9081f2c67643d14;hb=27a16f8b1d62d22c9aff5307201988fe5445fcd6;hpb=dbd4c2f121be08e514828f2533687b145a6e16dd diff --git a/ubus_common.h b/ubus_common.h index e002b27..99a7077 100644 --- a/ubus_common.h +++ b/ubus_common.h @@ -1,7 +1,7 @@ #ifndef __UBUS_COMMON_H #define __UBUS_COMMON_H -#define UBUS_UNIX_SOCKET "./ubus.sock" +#define UBUS_UNIX_SOCKET "/var/run/ubus.sock" #define UBUS_SIGNATURE_METHOD (BLOBMSG_TYPE_LAST + 1) #define UBUS_SIGNATURE_END (BLOBMSG_TYPE_LAST + 2)