浏览代码

Fix build break

v2ray 9 年之前
父节点
当前提交
b65017d28d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      proxy/http/config_json.go

+ 1 - 0
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 {