Fix Port wrong default port in Node Wizard

fixes #9205
This commit is contained in:
Jean Flach 2015-04-30 12:52:35 +02:00
parent e2247d3019
commit f907a7f617
1 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ wizard_endpoint_loop_start:
tmp = "5665";
tmp.Trim();
endpoint_buffer += "," + answer;
endpoint_buffer += "," + tmp;
}
endpoints.push_back(endpoint_buffer);