From 3cd082be83e2f289cf3844cd46312c7c293a9dc1 Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Fri, 22 Apr 2016 16:49:02 +0200 Subject: [PATCH] curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a string --- include/curl/curl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/curl/curl.h b/include/curl/curl.h index 639810a85..5b5d72349 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -1684,7 +1684,7 @@ typedef enum { /* Linked-list of host:port:connect-to-host:connect-to-port, overrides the URL's host:port (only for the network layer) */ - CINIT(CONNECT_TO, STRINGPOINT, 243), + CINIT(CONNECT_TO, OBJECTPOINT, 243), /* Set TCP Fast Open */ CINIT(TCP_FASTOPEN, LONG, 244),