From b65017d28da247ea408ff3f1ab21b9f95adecabe Mon Sep 17 00:00:00 2001 From: v2ray Date: Sat, 7 May 2016 10:06:56 +0200 Subject: [PATCH] Fix build break --- proxy/http/config_json.go | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/http/config_json.go b/proxy/http/config_json.go index ba83acda..10bf4aec 100644 --- a/proxy/http/config_json.go +++ b/proxy/http/config_json.go @@ -27,6 +27,7 @@ func (this *CertificateConfig) UnmarshalJSON(data []byte) error { } this.Domain = jsonConfig.Domain this.Certificate = cert + return nil } func (this *TlsConfig) UnmarshalJSON(data []byte) error {