Skip to content

Commit 1955b64

Browse files
committed
Fix another privileged port use
1 parent 58ab04c commit 1955b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_session_network.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class TestNetwork : public Network {
246246
path_nodes.reserve(3);
247247

248248
for (auto i = 0; i < 3; ++i) {
249-
path_servers.emplace_back(create_test_server(static_cast<uint16_t>(1000 + i)));
249+
path_servers.emplace_back(create_test_server(static_cast<uint16_t>(4390 + i)));
250250
path_nodes.emplace_back(path_servers[i]->node);
251251
}
252252

0 commit comments

Comments
 (0)