2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[2855] Don't loop to check membership

This commit is contained in:
Mukund Sivaraman
2013-06-21 14:52:15 +05:30
parent dc6150ca4d
commit ac446f0280

View File

@@ -149,8 +149,7 @@ class BIND10Server:
continue
else:
raise
for fileno in reads:
if fileno == cc_fileno:
if cc_fileno in reads:
# this shouldn't raise an exception (if it does, we'll
# propagate it)
self._mod_cc.check_command(True)