Explorar el Código

Fix build break

v2ray hace 9 años
padre
commit
b65017d28d
Se han modificado 1 ficheros con 1 adiciones y 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 {