[Pkg-privacy-commits] [obfs4proxy] 86/151: Add a missing "continue"	statement.
    Ximin Luo 
    infinity0 at moszumanska.debian.org
       
    Sat Aug 22 12:59:42 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository obfs4proxy.
commit dd9fdee55d75e23fff97177999b7fd16613fa27a
Author: Yawning Angel <yawning at torproject.org>
Date:   Wed Aug 20 13:43:43 2014 +0000
    Add a missing "continue" statement.
    
    Caught by asn, thanks.
---
 obfs4proxy/obfs4proxy.go | 1 +
 1 file changed, 1 insertion(+)
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index d3490bf..8820127 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -234,6 +234,7 @@ func serverSetup() (launched bool, listeners []net.Listener) {
 		ln, err := net.ListenTCP("tcp", bindaddr.Addr)
 		if err != nil {
 			pt.SmethodError(name, err.Error())
+			continue
 		}
 
 		go serverAcceptLoop(f, ln, &ptServerInfo)
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfs4proxy.git
    
    
More information about the Pkg-privacy-commits
mailing list