Fix build break

pull/168/head
v2ray 2016-05-07 10:06:56 +02:00
parent 301b0ccff7
commit b65017d28d
1 changed files with 1 additions and 0 deletions

View File

@ -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 {