mirror of
https://github.com/curl/curl.git
synced 2026-07-30 00:58:06 +03:00
Stephen Kick's interface fixes
This commit is contained in:
parent
4dba5750d4
commit
c9c7fcf411
3 changed files with 176 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue