Commit 4e2b756e authored by Vincent Pelletier's avatar Vincent Pelletier

Add a forgotten parameter for _askStoreObject (fixes r2273).

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2277 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 666b74c3
......@@ -66,7 +66,7 @@ class ClientOperationHandler(BaseClientAndStorageOperationHandler):
except DelayedError:
# locked by a previous transaction, retry later
self.app.queueEvent(self._askStoreObject, conn, oid, serial,
compression, checksum, data, tid, request_time)
compression, checksum, data, data_serial, tid, request_time)
else:
if SLOW_STORE is not None:
duration = time.time() - request_time
......
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