Commit 8ed81f67 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

unit1606: do not print/access buffer

It was a wrong assumption that it could do that!
parent 0cab3a39
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}