From d7336127af97ed86778796fb3a9cd203ce8b9306 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sun, 12 Mar 2023 14:34:47 -0300 Subject: TProtocol: Add, and match more command handlers, along with some other functions needed to get them working --- src/pso/TTcpSocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pso/TTcpSocket.cpp') diff --git a/src/pso/TTcpSocket.cpp b/src/pso/TTcpSocket.cpp index 2288bf1..19e692e 100644 --- a/src/pso/TTcpSocket.cpp +++ b/src/pso/TTcpSocket.cpp @@ -225,7 +225,7 @@ short TTcpSocket::close() { return m_sock_fd; } -short TTcpSocket::open() { +int TTcpSocket::open() { m_sock_fd = -1; m_is_encrypted = 0; m_size = 0; -- cgit v1.2.3-13-gbd6f