Browse Source

Fix build break

v2ray 9 năm trước cách đây
mục cha
commit
b65017d28d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {