mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:07:17 +03:00
initialize fread callback pointer to avoid compiler warning
This commit is contained in:
parent
312600fe9c
commit
16ae283fb4
3 changed files with 8 additions and 2 deletions
|
|
@ -1425,6 +1425,7 @@ int Curl_FormInit(struct Form *form, struct FormData *formdata )
|
|||
form->data = formdata;
|
||||
form->sent = 0;
|
||||
form->fp = NULL;
|
||||
form->fread_func = ZERO_NULL;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue