mirror of https://github.com/v2ray/v2ray-core
fix gerCertPool() on windows
parent
9c26d28c0b
commit
cc513c1002
|
@ -10,5 +10,5 @@ func (c *Config) getCertPool() (*x509.CertPool, error) {
|
||||||
return c.loadSelfCertPool()
|
return c.loadSelfCertPool()
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue