master
Mark Qvist 2026-08-17 01:07:59 +02:00
parent bbc1a0d06b
commit 9ebcb55cb5
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ class BackboneInterface(Interface):
spawned_interface.txb += written
if spawned_interface.parent_interface: spawned_interface.parent_interface.txb += written
elif socket_valid_after_read and event & (select.EPOLLHUP):
elif socket_valid_after_read and (event & select.EPOLLHUP):
BackboneInterface.deregister_fileno(fileno)
try:
if fileno in BackboneInterface.spawned_interface_filenos: BackboneInterface.spawned_interface_filenos.pop(fileno)