summaryrefslogtreecommitdiff
path: root/receiver.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-12-09 00:24:05 +0000
committerWayne Davison <wayned@samba.org>2006-12-09 00:24:05 +0000
commit6de0d062599b12263d212d55adfa8a4131ad8215 (patch)
treede194aecf19f68b57c79085b311d3d8f0070e76b /receiver.c
parent89d730a098341609988a87c28d6aefea89662e42 (diff)
downloadrsync-6de0d062599b12263d212d55adfa8a4131ad8215.tar.gz
Got rid of the pool-destroy call since this is not around anymore.
Diffstat (limited to 'receiver.c')
-rw-r--r--receiver.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/receiver.c b/receiver.c
index 3e2ff8ca..7bf14c7d 100644
--- a/receiver.c
+++ b/receiver.c
@@ -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);