Skip to content

Commit

Permalink
Remove AI_ADDRCONFIG
Browse files Browse the repository at this point in the history
Closes #131
  • Loading branch information
digitalresistor committed Jul 7, 2016
1 parent 360d4c1 commit 2e5926b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waitress/adjustments.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def __init__(self, **kw):
enabled_families,
socket.SOCK_STREAM,
socket.IPPROTO_TCP,
socket.AI_PASSIVE | socket.AI_ADDRCONFIG
socket.AI_PASSIVE
):
(family, socktype, proto, _, sockaddr) = s

Expand Down

0 comments on commit 2e5926b

Please sign in to comment.