fix gerCertPool() on windows

pull/1581/head
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
1 changed files with 1 additions and 1 deletions

View File

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