mirror of
https://github.com/curl/curl.git
synced 2026-07-16 12:47:16 +03: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue