Skip to content

Commit 37a0b15

Browse files
committed
Correctly handle local_addr in create_connection
Initial patch by Rahul Verma.
1 parent 6a1678e commit 37a0b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uvloop/loop.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ cdef class Loop:
13741374
else:
13751375
lai_static.ai_addr = <system.sockaddr*>&lai_addr_static
13761376
lai_static.ai_next = NULL
1377-
lai = &rai_static
1377+
lai = &lai_static
13781378

13791379
if len(fs):
13801380
await aio_wait(fs, loop=self)

0 commit comments

Comments
 (0)