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

@@ -122,7 +122,7 @@ disconnect:
int main(void)
{
Sock *server = sock(SOCK_IPV4, SOCK_TCP);
Sock *server = sock_create(SOCK_IPV4, SOCK_TCP);
if (server == NULL) {
fprintf(stderr, "ERROR: Could not create socket\n");
return EXIT_FAILURE;