1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 17:46:58 -05:00

fix gerCertPool() on windows

This commit is contained in:
Darien Raymond 2019-02-27 14:51:51 +01:00
parent 9c26d28c0b
commit cc513c1002
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -10,5 +10,5 @@ func (c *Config) getCertPool() (*x509.CertPool, error) {
return c.loadSelfCertPool()
}
return nil
return nil, nil
}