diff options
| author | Brian Wellington <bwelling@xbill.org> | 2020-06-24 10:04:24 -0700 |
|---|---|---|
| committer | Brian Wellington <bwelling@xbill.org> | 2020-06-24 10:04:24 -0700 |
| commit | 8a3a3ca283521d9beb4f0081aa17c943e0dd7bfa (patch) | |
| tree | dd4b0aae4966b962a9babfb58baabfd92b8e0953 /tests/nanonameserver.py | |
| parent | 9cfb67a66c635992de0f68f131a0756cfd95b3cf (diff) | |
| download | dnspython-8a3a3ca283521d9beb4f0081aa17c943e0dd7bfa.tar.gz | |
Fix cut-and-paste error.
Diffstat (limited to 'tests/nanonameserver.py')
| -rw-r--r-- | tests/nanonameserver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nanonameserver.py b/tests/nanonameserver.py index 57de2df..e7985e5 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: |
