Commit a42337fa authored by Vincent Pelletier's avatar Vincent Pelletier

Ignore AnswerInformationLocked on closed connection.

We stop waiting for AnswerInformationLocked when a disconnection is detected.
So handling AnswerInformationLocked on a closed connection is not needed.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2470 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent ec1ca201
......@@ -1864,7 +1864,6 @@ class PacketRegistry(dict):
0x0014,
AskLockInformation,
AnswerInformationLocked,
ignore_when_closed=False,
)
InvalidateObjects = register(0x0015, InvalidateObjects)
NotifyUnlockInformation = register(0x0016, NotifyUnlockInformation)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment