Commit 63b4c0b1 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Accept Ask Transaction Information from a ServerConnection as well.

git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@193 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent b3ae7dbf
......@@ -226,9 +226,6 @@ class OperationEventHandler(StorageEventHandler):
self.handleUnexpectedPacket(conn, packet)
def handleAskTransactionInformation(self, conn, packet, tid):
if isinstance(conn, ClientConnection):
self.handleUnexpectedPacket(conn, packet)
else:
app = self.app
t = app.dm.getTransaction(tid)
......
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