summaryrefslogtreecommitdiff
path: root/src/tool_operhlp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_operhlp.c')
-rw-r--r--src/tool_operhlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_operhlp.c b/src/tool_operhlp.c
index e25a3cf60..fdf647236 100644
--- a/src/tool_operhlp.c
+++ b/src/tool_operhlp.c
@@ -45,7 +45,7 @@ void clean_getout(struct OperationConfig *config)
node = next;
}
config->url_list = NULL;
- single_transfer_cleanup(config);
+ single_transfer_cleanup();
}
}