aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-17 10:14:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-17 10:14:06 +0000
commit1b00298b52a2d66126ddec8688001e46b4f45f5b (patch)
tree5dc771864015dcc43ac37b3c81ec6f07525a9984 /lib/http.c
parent5ad4a522811b799480b6cc32335c36b62ebc98a0 (diff)
modified to use the renamed kerberos functions with Curl_ prefix
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c
index ba9685642..5dd1e49d8 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -770,7 +770,7 @@ CURLcode Curl_http(struct connectdata *conn)
* actually send. Let's make a NULL pointer equal "" here. Good/bad
* ?
*/
- data->postfields = "";
+ data->postfields = (char *)"";
data->postfieldsize = 0; /* it might been set to something illegal,
anything > 0 would be! */
}