Explorar o código

Fix build break

v2ray %!s(int64=9) %!d(string=hai) anos
pai
achega
b65017d28d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {