tool_operate.c: Fixed compilation error

incompatible types - from 'OperationConfig *' to 'GlobalConfig *'
This commit is contained in:
Steve Holme 2014-03-01 18:06:07 +00:00
parent f1a9e6858e
commit 36802d6e0c

View File

@ -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 */