mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Comment typo.
This commit is contained in:
parent
e4c95fc242
commit
1895bb9d2c
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ func NewSnowflakeClient(config ClientConfig) (*Transport, error) {
|
||||||
log.Printf("url: %v", strings.Join(server.URLs, " "))
|
log.Printf("url: %v", strings.Join(server.URLs, " "))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Maintain backwards compatability with old FrontDomain field of ClientConfig
|
// Maintain backwards compatibility with old FrontDomain field of ClientConfig
|
||||||
if (len(config.FrontDomains) == 0) && (config.FrontDomain != "") {
|
if (len(config.FrontDomains) == 0) && (config.FrontDomain != "") {
|
||||||
config.FrontDomains = []string{config.FrontDomain}
|
config.FrontDomains = []string{config.FrontDomain}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue