Killed warning 'res' might be used uninitialized.

This commit is contained in:
Guenter Knauf 2013-09-01 23:08:29 +02:00
parent 322f0bc2f1
commit 97ed1ac905

View File

@ -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;