forked from TrueCloudLab/certificates
Fix comment.
This commit is contained in:
parent
e330ac547c
commit
3c06d6f9bc
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ func (c *mutableTLSConfig) Init(base *tls.Config) {
|
||||||
c.Unlock()
|
c.Unlock()
|
||||||
}
|
}
|
||||||
|
|
||||||
// TLSConfig returns the updated tls.Config it it has changed. It's is used in
|
// TLSConfig returns the updated tls.Config it it has changed. It's used in the
|
||||||
// the tls.Config GetConfigForClient.
|
// tls.Config GetConfigForClient.
|
||||||
func (c *mutableTLSConfig) TLSConfig() (config *tls.Config) {
|
func (c *mutableTLSConfig) TLSConfig() (config *tls.Config) {
|
||||||
c.RLock()
|
c.RLock()
|
||||||
config = c.config
|
config = c.config
|
||||||
|
|
Loading…
Reference in a new issue