Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Anti-censorship
Pluggable Transports
Snowflake
Commits
42cdd530
Commit
42cdd530
authored
Jan 20, 2017
by
David Fifield
Browse files
continue, not break, after SmethodError.
This was a bug added in
8378f859
when this code was moved out of a switch.
parent
8378f859
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/server.go
View file @
42cdd530
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment