Fix warning.

This commit is contained in:
Relintai 2024-01-13 11:51:49 +01:00
parent 438adce31d
commit 9ee7156890

View File

@ -158,6 +158,8 @@ int Socket::bind_address(const InetAddress &address) {
return errno; return errno;
#endif #endif
} }
return ret;
} }
int Socket::listen() { int Socket::listen() {