From c35238e0a3351db3ed20c5a218d42fe18630ffd4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 22 May 2000 17:18:55 +0000 Subject: =?UTF-8?q?J=F6rt=20Hartroth's=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/url.c') 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 */ -- cgit v1.2.3