summaryrefslogtreecommitdiff
path: root/src/network/tcp_client_socket_handler.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2020-02-25 23:30:29 +0100
committerlouiz’ <louiz@louiz.org>2020-02-25 23:30:29 +0100
commitc35e1aaa768c2d331ce4699245f820d6bbfcea7c (patch)
tree3b697303f3a5cc3ecb51da80612deef1775b5d76 /src/network/tcp_client_socket_handler.hpp
parent440e04c6ba1dfae2d6fbb55b120763e3d0da6cd1 (diff)
parent4b0fb8b37e5d2ff79da1c568ca38d4c8905dc9eb (diff)
downloadbiboumi-c35e1aaa768c2d331ce4699245f820d6bbfcea7c.tar.gz
biboumi-c35e1aaa768c2d331ce4699245f820d6bbfcea7c.tar.bz2
biboumi-c35e1aaa768c2d331ce4699245f820d6bbfcea7c.tar.xz
biboumi-c35e1aaa768c2d331ce4699245f820d6bbfcea7c.zip
Merge branch 'v8'
Diffstat (limited to 'src/network/tcp_client_socket_handler.hpp')
-rw-r--r--src/network/tcp_client_socket_handler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/tcp_client_socket_handler.hpp b/src/network/tcp_client_socket_handler.hpp
index 74caca9..38d8b84 100644
--- a/src/network/tcp_client_socket_handler.hpp
+++ b/src/network/tcp_client_socket_handler.hpp
@@ -34,7 +34,7 @@ class TCPClientSocketHandler: public TCPSocketHandler
/**
* Whether or not this connection is using the two given TCP ports.
*/
- bool match_port_pairt(const uint16_t local, const uint16_t remote) const;
+ bool match_port_pair(const uint16_t local, const uint16_t remote) const;
protected:
bool hostname_resolution_failed;