Stephen Kick's interface fixes

This commit is contained in:
Daniel Stenberg 2000-09-18 21:54:08 +00:00
parent 4dba5750d4
commit c9c7fcf411
3 changed files with 176 additions and 1 deletions

View file

@ -109,6 +109,9 @@ CURL *curl_easy_init(void)
return NULL;
data->interf = CURLI_EASY; /* mark it as an easy one */
/* SAC */
data->device = NULL;
return data;
}