mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
continue, not break, after SmethodError.
This was a bug added in 8378f85952
when
this code was moved out of a switch.
This commit is contained in:
parent
8378f85952
commit
42cdd53077
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ func main() {
|
|||
}
|
||||
if err != nil {
|
||||
pt.SmethodError(bindaddr.MethodName, err.Error())
|
||||
break
|
||||
continue
|
||||
}
|
||||
pt.SmethodArgs(bindaddr.MethodName, ln.Addr(), args)
|
||||
listeners = append(listeners, ln)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue