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:
parent
9c26d28c0b
commit
cc513c1002
@ -10,5 +10,5 @@ func (c *Config) getCertPool() (*x509.CertPool, error) {
|
||||
return c.loadSelfCertPool()
|
||||
}
|
||||
|
||||
return nil
|
||||
return nil, nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user