mirror of
https://github.com/curl/curl.git
synced 2026-07-16 05:57:16 +03:00
oops * 2
This commit is contained in:
parent
9ef7a13403
commit
d58790af17
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#ifdef HAVE_STRUCT_SOCKADDR_STORAGE
|
||||
struct Curl_sockaddr_storage {
|
||||
struct sockaddr_storage buffer;
|
||||
}
|
||||
};
|
||||
#else
|
||||
struct Curl_sockaddr_storage {
|
||||
char buffer[256]; /* this should be big enough to fit a lot */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue