Skip to content
Snippets Groups Projects
Commit c49ed0b6 authored by Alessandro Ghedini's avatar Alessandro Ghedini Committed by Daniel Stenberg
Browse files

getinfo.c: reset timecond when clearing session-info variables

parent 868d8e68
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ CURLcode Curl_initinfo(struct SessionHandle *data)
info->httpcode = 0;
info->httpversion=0;
info->filetime=-1; /* -1 is an illegal time and thus means unknown */
info->timecond=0;
if(info->contenttype)
free(info->contenttype);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment