mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:24:15 +03:00
listen(..., 1) as 0 doesn't work on Tru64!
This commit is contained in:
parent
3bcfe678ab
commit
8465a367a4
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
/* start accepting connections */
|
||||
listen(sock, 0);
|
||||
listen(sock, 1);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue