mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
[2855] Don't loop to check membership
This commit is contained in:
@@ -149,8 +149,7 @@ class BIND10Server:
|
|||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
raise
|
raise
|
||||||
for fileno in reads:
|
if cc_fileno in reads:
|
||||||
if fileno == cc_fileno:
|
|
||||||
# this shouldn't raise an exception (if it does, we'll
|
# this shouldn't raise an exception (if it does, we'll
|
||||||
# propagate it)
|
# propagate it)
|
||||||
self._mod_cc.check_command(True)
|
self._mod_cc.check_command(True)
|
||||||
|
Reference in New Issue
Block a user