From f65c19a138dfcc348e8221d19f322307ec3a3a82 Mon Sep 17 00:00:00 2001 From: s7lx Date: Wed, 30 Sep 2015 14:06:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E5=85=B6=E5=92=8C=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=8C=85=E7=9A=84=E8=B7=AF=E5=BE=84=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index cf7ac7aa..862189e5 100644 --- a/src/common.h +++ b/src/common.h @@ -43,7 +43,7 @@ #endif -#define DEFAULT_CONF_PATH "/etc/shadowsocks/config.json" +#define DEFAULT_CONF_PATH "/etc/shadowsocks-libev/config.json" #ifndef SOL_TCP #define SOL_TCP IPPROTO_TCP