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…
x
Reference in New Issue
Block a user