Commit 1a991dd5 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Bug fix: Add missing uuid variable.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@541 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a7a46268
......@@ -301,6 +301,7 @@ class ServiceEventHandler(MasterEventHandler):
@identification_required
def handleNotifyNodeInformation(self, conn, packet, node_list):
app = self.app
uuid = conn.getUUID()
conn_node = app.nm.getNodeByUUID(uuid)
if conn_node is None:
raise RuntimeError('I do not know the uuid %r' % dump(uuid))
......
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