Missing module name in bmproto

This commit is contained in:
Peter Šurda 2017-06-04 10:25:16 +02:00
parent e8d9a7f183
commit 7bde4e9445
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ class BMProto(AdvancedDispatcher, ObjectTracker):
self.object.checkEOLSanity()
self.object.checkStream()
except (BMObjectExpiredError, BMObjectUnwantedStreamError):
for connection in BMConnectionPool().inboundConnections.values() + BMConnectionPool().outboundConnections.values():
for connection in network.connectionpool.BMConnectionPool().inboundConnections.values() + network.connectionpool.BMConnectionPool().outboundConnections.values():
try:
del connection.objectsNewtoThem[hashId]
except KeyError: