This commit is contained in:
seajee
2025-08-03 00:40:04 +02:00
parent a88243e46b
commit c3c29feadf
4 changed files with 120 additions and 62 deletions

View File

@@ -25,8 +25,8 @@ int main(void)
(int)sizeof(buf), buf);
defer:
if (err) sock_log_error(s);
sock_close(s);
if (err) sock_log_error();
return 0;
}