aboutsummaryrefslogtreecommitdiff
path: root/src/tool_setopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_setopt.c')
-rw-r--r--src/tool_setopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_setopt.c b/src/tool_setopt.c
index 5be4c3b39..d9e200e5f 100644
--- a/src/tool_setopt.c
+++ b/src/tool_setopt.c
@@ -389,7 +389,7 @@ CURLcode tool_setopt(CURL *curl, bool str, struct Configurable *config,
{
va_list arg;
char buf[256];
- const char *value;
+ const char *value = NULL;
bool remark = FALSE;
bool skip = FALSE;
bool escape = FALSE;