From 5fde74d12a7fdf4f60503780be28d7bb275abd0d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 6 Feb 2011 18:50:37 +0100 Subject: [PATCH] set the default socket name to /var/run/ubus.sock --- ubus_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0