Commit e1905079 authored by Vincent Pelletier's avatar Vincent Pelletier

One more undefined STORAGE_NODE_TYPE usage (forgotten in Gregosy's recent commit).


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