Commit 358f593c authored by Vincent Pelletier's avatar Vincent Pelletier

Remove a duplicate assignment to app local variable.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@308 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 3593c1aa
......@@ -327,7 +327,6 @@ class ClientEventHandler(EventHandler):
self.handleUnexpectedPacket(conn, packet)
return
app = self.app
node = app.nm.getNodeByUUID(uuid)
# This must be sent only by primary master node
if node.getNodeType() != MASTER_NODE_TYPE \
......
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