Skip to content
Snippets Groups Projects
Commit 97ed1ac9 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Killed warning 'res' might be used uninitialized.

parent 322f0bc2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment