Don't use client port as default peer port

This commit is contained in:
James R 2019-07-04 16:38:00 -07:00
parent e276faf819
commit 0a2eac682b

View file

@ -1311,7 +1311,7 @@ static SINT8 SOCK_NetMakeNodewPort(const char *address, const char *port)
int gaie;
if (!port || !port[0])
port = port_name;
port = DEFAULTPORT;
DEBFILE(va("Creating new node: %s@%s\n", address, port));