Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 0d6f7c8

Browse files
committed
Merge pull request #230 from t-b/backport_webdav_hotfix
Backport fixes from 2.0.x maintance releases
2 parents f56eef0 + dc87cb4 commit 0d6f7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-push.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ static void curl_setup_http(CURL *curl, const char *url,
200200
curl_easy_setopt(curl, CURLOPT_READFUNCTION, fread_buffer);
201201
#ifndef NO_CURL_IOCTL
202202
curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer);
203-
curl_easy_setopt(curl, CURLOPT_IOCTLDATA, &buffer);
203+
curl_easy_setopt(curl, CURLOPT_IOCTLDATA, buffer);
204204
#endif
205205
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_fn);
206206
curl_easy_setopt(curl, CURLOPT_NOBODY, 0);

0 commit comments

Comments
 (0)