aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/ssh/tunnel/argumentscollector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/ssh/tunnel/argumentscollector.cpp')
-rw-r--r--tests/manual/ssh/tunnel/argumentscollector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/ssh/tunnel/argumentscollector.cpp b/tests/manual/ssh/tunnel/argumentscollector.cpp
index d49e016396..15d73901d2 100644
--- a/tests/manual/ssh/tunnel/argumentscollector.cpp
+++ b/tests/manual/ssh/tunnel/argumentscollector.cpp
@@ -51,7 +51,7 @@ SshConnectionParameters ArgumentsCollector::collect(bool &success) const
bool timeoutGiven = false;
bool proxySettingGiven = false;
int pos;
- int port;
+ int port = 22;
for (pos = 1; pos < m_arguments.count() - 1; ++pos) {
QString user;