mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-07-12 04:07:41 -04:00
fix gerCertPool() on windows
This commit is contained in:
@@ -10,5 +10,5 @@ func (c *Config) getCertPool() (*x509.CertPool, error) {
|
||||
return c.loadSelfCertPool()
|
||||
}
|
||||
|
||||
return nil
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user