Skip to content
Snippets Groups Projects
Commit d58790af authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

oops * 2

parent 9ef7a134
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment