mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
unit1606: do not print/access buffer
It was a wrong assumption that it could do that!
This commit is contained in:
parent
0cab3a394a
commit
8ed81f67c2
@ -62,7 +62,6 @@ static int runawhile(struct Curl_easy *easy,
|
||||
|
||||
finaltime = (int)(now.tv_sec - 1);
|
||||
|
||||
printf("%s\n", easy->state.buffer);
|
||||
return finaltime;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user