summaryrefslogtreecommitdiffstats
path: root/src/curl-1-fixes.patch
blob: 7e2af38905df14c267954ada11db54421ef6d92e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This file is part of MXE.
See index.html for further information.

diff -ur curl-7.30.0.orig/lib/connect.c curl-7.30.0/lib/connect.c
--- curl-7.30.0.orig/lib/connect.c	2013-05-09 16:46:48.000000000 +1000
+++ curl-7.30.0/lib/connect.c	2013-05-09 16:50:27.000000000 +1000
@@ -427,8 +427,8 @@
                So the scope ID, if present, is known to be numeric */
             si6->sin6_scope_id = atoi(scope_ptr);
           }
-        }
 #endif
+        }
           sizeof_sa = sizeof(struct sockaddr_in6);
       }
       else