This commit is contained in:
seajee
2025-08-03 00:42:36 +02:00
parent c3c29feadf
commit fe2809ce58
10 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ int main(void)
printf("%s:%d\n", addr.str, addr.port);
Sock *s = sock(addr.type, SOCK_TCP);
Sock *s = sock_create(addr.type, SOCK_TCP);
if (s == NULL) {
fprintf(stderr, "sock_create: ");
sock_log_error(s);