dnscnc: fix looped polling

This commit is contained in:
Oleksii Shevchuk 2018-11-09 08:39:56 +02:00
parent f2c02b4ee2
commit 81ad724baa
1 changed files with 1 additions and 0 deletions

View File

@ -777,6 +777,7 @@ class DnsCommandServerHandler(BaseResolver):
commands = session.commands
if not session.system_info:
commands = commands.copy()
commands.append(Poll())
return commands