diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-23 16:37:28 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-25 20:52:36 +0000 |
commit | 249dc8357169e610866b92e57d260a3aab63aba1 (patch) | |
tree | b52f044e82fd8b2bfef6c7172a4888e94fc549c3 /src/tool_cfgable.c | |
parent | 0704dd770d545271ff11210e983a434a043738a7 (diff) | |
download | curl-249dc8357169e610866b92e57d260a3aab63aba1.tar.gz |
tool: Moved --showerror to the global config
Other global options such as --libcurl, --trace and --verbose to
follow.
Diffstat (limited to 'src/tool_cfgable.c')
-rw-r--r-- | src/tool_cfgable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tool_cfgable.c b/src/tool_cfgable.c index 9eb29ddb3..2a3c06ffa 100644 --- a/src/tool_cfgable.c +++ b/src/tool_cfgable.c @@ -32,7 +32,6 @@ void config_init(struct OperationConfig* config) config->errors = stderr; /* default errors to stderr */ config->postfieldsize = -1; - config->showerror = -1; /* will show errors */ config->use_httpget = FALSE; config->create_dirs = FALSE; config->maxredirs = DEFAULT_MAXREDIRS; |