Commit b7176c14 authored by Aurel's avatar Aurel

typo fix


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@609 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 834fd149
......@@ -285,7 +285,7 @@ class Application(object):
m_conn = self._getMasterConnection()
m_conn.lock()
try:
node_list = [(STORAGE_NODE_TYPE, ip_address, port, s_uuid, state)]
node_list = [(STORAGE_NODE_TYPE, ip_address, port, s_uuid, s_node.getState())]
m_conn.notify(protocol.notifyNodeInformation(node_list))
finally:
m_conn.unlock()
......
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