mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
tool_operate.c: Fixed compilation error
incompatible types - from 'OperationConfig *' to 'GlobalConfig *'
This commit is contained in:
parent
f1a9e6858e
commit
36802d6e0c
@ -1773,7 +1773,7 @@ static CURLcode operate_do(struct GlobalConfig *global,
|
||||
/* Dump the libcurl code if previously enabled.
|
||||
NOTE: that this function relies on config->errors amongst other things
|
||||
so not everything can be closed and cleaned before this is called */
|
||||
dumpeasysrc(config);
|
||||
dumpeasysrc(global);
|
||||
#endif
|
||||
|
||||
/* Release metalink related resources here */
|
||||
|
Loading…
Reference in New Issue
Block a user