]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Fix cut-and-paste error. 515/head
authorBrian Wellington <bwelling@xbill.org>
Wed, 24 Jun 2020 17:04:24 +0000 (10:04 -0700)
committerBrian Wellington <bwelling@xbill.org>
Wed, 24 Jun 2020 17:04:24 +0000 (10:04 -0700)
tests/nanonameserver.py

index 57de2df93ce86819e27b792f41e964c488a57de2..e7985e56e6f1aed702455af0be0b16ce9b22ac14 100644 (file)
@@ -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: