aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-22 17:18:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-22 17:18:55 +0000
commitc35238e0a3351db3ed20c5a218d42fe18630ffd4 (patch)
tree4dc674bddf1258468afac61ba886b076ac50f71e /lib/url.c
parent39b1801c63a695c384d2f380586e1e84dd855a6d (diff)
Jört Hartroth's updates
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 5938c5771..6594afbe6 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -249,7 +249,7 @@ CURLcode curl_open(CURL **curl, char *url)
if(data) {
memset(data, 0, sizeof(struct UrlData));
data->handle = STRUCT_OPEN;
- data->interface = CURLI_NORMAL; /* normal interface by default */
+ data->interf = CURLI_NORMAL; /* normal interface by default */
/* We do some initial setup here, all those fields that can't be just 0 */