Skip to content

Commit 6063340

Browse files
author
Geert Vanderkelen
committed
Update CPYINT revision.
1 parent 59be3a5 commit 6063340

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cpyint

lib/mysql/connector/network.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ def open_connection(self):
426426
"""Open the TCP/IP connection to the MySQL server
427427
"""
428428
# Get address information
429+
addrinfo = None
429430
try:
430431
addrinfos = socket.getaddrinfo(self.server_host,
431432
self.server_port,

0 commit comments

Comments
 (0)