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

fix little flaw that could make the transfer loop end prematurely

parent 4cd7f854
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -155,6 +155,8 @@ int main(void)
      }
      if (C < CNT) {
        init(cm, C++);
        U++; /* just to prevent it from remaining at 0 if there are more
                URLs to get */
      }
    }
  }