diff options
| author | monnerat <pm@datasphere.ch> | 2010-04-19 11:17:46 +0200 |
|---|---|---|
| committer | monnerat <pm@datasphere.ch> | 2010-04-19 11:17:46 +0200 |
| commit | 87fbcb4494dc942e38396e71a3c9c633d779a8f1 (patch) | |
| tree | 94faaf04a76802292534bbab0713a8706703d081 /lib/url.c | |
| parent | 4bfe07640c93f8dfd3af4bb76c8346ef4a129cc8 (diff) | |
| parent | 5d93525f30e8b2a422644b4ec09a82ebf04283cd (diff) | |
Merge branch 'master' of github.com:bagder/curl
Diffstat (limited to 'lib/url.c')
| -rw-r--r-- | lib/url.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4779,9 +4779,8 @@ static CURLcode create_conn(struct SessionHandle *data, return result; } - result = Curl_setup_transfer(conn, -1, -1, FALSE, - NULL, /* no download */ - -1, NULL); /* no upload */ + Curl_setup_transfer(conn, -1, -1, FALSE, NULL, /* no download */ + -1, NULL); /* no upload */ } return result; |
