Skip to content

Commit

Permalink
no need to break
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Mar 8, 2015
1 parent 2ea85f6 commit 04cdefd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/exabgp/reactor/listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def connected (self):
raise AcceptError('unexpected address family (%d)' % sock.family)
fam = self._family_AFI_map[sock.family]
yield Incoming(fam,remote_ip,local_ip,io)
break
except socket.error,exc:
if exc.errno in error.block:
continue
Expand Down

0 comments on commit 04cdefd

Please sign in to comment.