mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Fix compile bug in client, caught by CI
This commit is contained in:
parent
a39d6693e1
commit
ace8df37ed
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ func socksAcceptLoop(ln *pt.SocksListener, config sf.ClientConfig, shutdown chan
|
||||||
log.Println("Failed to start snowflake transport: ", err)
|
log.Println("Failed to start snowflake transport: ", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
err := conn.Grant(&net.TCPAddr{IP: net.IPv4zero, Port: 0})
|
err = conn.Grant(&net.TCPAddr{IP: net.IPv4zero, Port: 0})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("conn.Grant error: %s", err)
|
log.Printf("conn.Grant error: %s", err)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue