Commit 97ed1ac9 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Killed warning 'res' might be used uninitialized.

parent 322f0bc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@

int test(char *URL)
{
  CURLcode res;
  CURLcode res = 0;
  CURL *curl[NUM_HANDLES] = {NULL, NULL};
  char *port = libtest_arg3;
  char *address = libtest_arg2;