mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
Chore: Use a more direct and less error-prone return value (#4008)
Signed-off-by: pinglanlu <pinglanlu@outlook.com>
This commit is contained in:
parent
48ac662298
commit
7b4a686b74
2 changed files with 2 additions and 2 deletions
|
@ -51,5 +51,5 @@ func (c *Config) getCertPool() (*x509.CertPool, error) {
|
|||
return nil, errors.New("append cert to root").AtWarning().Base(err)
|
||||
}
|
||||
}
|
||||
return pool, err
|
||||
return pool, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue