mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
oops * 2
This commit is contained in:
parent
9ef7a13403
commit
d58790af17
@ -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…
Reference in New Issue
Block a user