mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
Merge branch 'fix-port-connect' into 'master'
Don't use client port as default peer port See merge request KartKrew/Kart-Public!152
This commit is contained in:
commit
3cd5b3a33e
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue