Commit d1f1d0dd authored by Grégory Wisniewski's avatar Grégory Wisniewski

A client doesn't have a listening port but should not request identification

with address of the peer it is connecting to.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@833 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a6329aec
......@@ -84,7 +84,7 @@ class ConnectionPool(object):
return None
p = protocol.requestNodeIdentification(CLIENT_NODE_TYPE,
app.uuid, addr[0], addr[1], app.name)
app.uuid, '0.0.0.0', 0, app.name)
msg_id = conn.ask(app.local_var.queue, p)
finally:
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