diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/libtest/libntlmconnect.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/libtest/libntlmconnect.c b/tests/libtest/libntlmconnect.c index b31a928af..cef33069a 100644 --- a/tests/libtest/libntlmconnect.c +++ b/tests/libtest/libntlmconnect.c @@ -207,7 +207,7 @@ int test(char *url)      }      if (state == NeedSocketForNewHandle) { -      if (found_new_socket) { +      if(!found_new_socket) {          fprintf(stderr, "Warning: socket did not open immediately for new "                  "handle (trying again)\n");          continue; @@ -234,7 +234,7 @@ int test(char *url)        /* if there's no timeout and we get here on the last handle, we may           already have read the last part of the stream so waiting makes no           sense */ -      if(num_handles == MAX_EASY_HANDLES) { +      if(!running && num_handles == MAX_EASY_HANDLES) {          break;        }      } | 
