diff options
Diffstat (limited to 'Swiften/Network/SOCKS5ProxiedConnection.cpp')
| -rw-r--r-- | Swiften/Network/SOCKS5ProxiedConnection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Network/SOCKS5ProxiedConnection.cpp b/Swiften/Network/SOCKS5ProxiedConnection.cpp index 2492827..d7036f2 100644 --- a/Swiften/Network/SOCKS5ProxiedConnection.cpp +++ b/Swiften/Network/SOCKS5ProxiedConnection.cpp | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | /* | 7 | /* |
| 8 | * Copyright (c) 2014-2016 Isode Limited. | 8 | * Copyright (c) 2014-2018 Isode Limited. |
| 9 | * All rights reserved. | 9 | * All rights reserved. |
| 10 | * See the COPYING file for more information. | 10 | * See the COPYING file for more information. |
| 11 | */ | 11 | */ |
| @@ -27,7 +27,7 @@ SOCKS5ProxiedConnection::SOCKS5ProxiedConnection( | |||
| 27 | ConnectionFactory* connectionFactory, | 27 | ConnectionFactory* connectionFactory, |
| 28 | TimerFactory* timerFactory, | 28 | TimerFactory* timerFactory, |
| 29 | const std::string& proxyHost, | 29 | const std::string& proxyHost, |
| 30 | int proxyPort) : | 30 | unsigned short proxyPort) : |
| 31 | ProxiedConnection(resolver, connectionFactory, timerFactory, proxyHost, proxyPort), | 31 | ProxiedConnection(resolver, connectionFactory, timerFactory, proxyHost, proxyPort), |
| 32 | proxyState_(Initial) { | 32 | proxyState_(Initial) { |
| 33 | } | 33 | } |
Swift