Fix UDP channel expiration.

This commit is contained in:
Brian May 2015-04-12 09:59:49 +10:00
parent 29819ea0af
commit 2cfc39fac8

View File

@ -328,6 +328,7 @@ def main():
debug3('expiring dnsreqs channel=%d\n' % channel)
del dnshandlers[channel]
h.ok = False
if udphandlers:
for channel, h in udphandlers.items():
if not h.ok:
debug3('expiring UDP channel=%d\n' % channel)