Commit 6de0d062 authored by Wayne Davison's avatar Wayne Davison

Got rid of the pool-destroy call since this is not around anymore.

parent 89d730a0
......@@ -352,11 +352,6 @@ int recv_files(int f_in, struct file_list *flist, char *local_name)
if (verbose > 2)
rprintf(FINFO, "recv_files(%d) starting\n", flist->count);
if (flist->hlink_pool) {
pool_destroy(flist->hlink_pool);
flist->hlink_pool = NULL;
}
if (delay_updates)
delayed_bits = bitbag_create(flist->count);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment