- Timestamp:
- Mar 27, 2024 2:14:51 PM (6 months ago)
- Location:
- trunk/src/libs/curl-8.7.1
- Files:
-
- 2 edited
-
Makefile.kmk (modified) (2 diffs)
-
lib/cf-socket.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/curl-8.7.1/Makefile.kmk
r104083 r104085 80 80 lib/curl_range.c \ 81 81 lib/curl_sasl.c \ 82 lib/curl_sha512_256.c \ 82 83 lib/curl_trc.c \ 84 lib/cw-out.c \ 83 85 lib/doh.c \ 84 86 lib/dynbuf.c \ … … 122 124 lib/progress.c \ 123 125 lib/rand.c \ 126 lib/request.c \ 124 127 lib/rename.c \ 125 128 lib/select.c \ -
trunk/src/libs/curl-8.7.1/lib/cf-socket.c
r104083 r104085 947 947 #else 948 948 (void)data; 949 ctx-> l_ip[0] = 0;950 ctx-> l_port = -1;949 ctx->ip.local_ip[0] = 0; 950 ctx->ip.local_port = -1; 951 951 #endif 952 952 return CURLE_OK;
Note:
See TracChangeset
for help on using the changeset viewer.

