Killed warning 'res' might be used uninitialized.
This commit is contained in:
parent
322f0bc2f1
commit
97ed1ac905
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user