]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Got rid of the pool-destroy call since this is not around anymore.
authorWayne Davison <wayned@samba.org>
Sat, 9 Dec 2006 00:24:05 +0000 (00:24 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 9 Dec 2006 00:24:05 +0000 (00:24 +0000)
receiver.c

index 3e2ff8ca314fbb66187198f6f7e402d471bac73a..7bf14c7d51a62d1c7bb83e3dc099a02c1e30aec5 100644 (file)
@@ -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);