Commit 86022eaa authored by Aurel's avatar Aurel

fix variable name


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@136 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent e497e98e
...@@ -366,7 +366,7 @@ class ClientEventHandler(EventHandler): ...@@ -366,7 +366,7 @@ class ClientEventHandler(EventHandler):
checksum, data): checksum, data):
if isinstance(conn, ClientConnection): if isinstance(conn, ClientConnection):
app = self.app app = self.app
app.local_var.loaded_object = (oid, start_serial, end_serial, compression, app.local_var.asked_object = (oid, start_serial, end_serial, compression,
checksum, data) checksum, data)
else: else:
self.handleUnexpectedPacket(conn, packet) self.handleUnexpectedPacket(conn, packet)
......
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