From: Brian Wellington Date: Wed, 24 Jun 2020 17:04:24 +0000 (-0700) Subject: Fix cut-and-paste error. X-Git-Tag: v2.0.0rc2~67^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3a3ca283521d9beb4f0081aa17c943e0dd7bfa;p=thirdparty%2Fdnspython.git Fix cut-and-paste error. --- diff --git a/tests/nanonameserver.py b/tests/nanonameserver.py index 57de2df9..e7985e56 100644 --- a/tests/nanonameserver.py +++ b/tests/nanonameserver.py @@ -98,7 +98,7 @@ class Server(threading.Thread): # We're making the sockets now so they can be sent to by the # caller immediately (i.e. no race with the listener starting # in the thread). - open_sockets = [] + open_udp_sockets = [] try: while True: if self.enable_udp: