From cb869c26d9936f74ad70b2496aa99a4ea3158219 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 10 Feb 2004 17:28:59 +0000 Subject: [PATCH] Tweaked an if. --- receiver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/receiver.c b/receiver.c index ca6bf23f..c84c0415 100644 --- a/receiver.c +++ b/receiver.c @@ -305,8 +305,7 @@ int recv_files(int f_in,struct file_list *flist,char *local_name) rprintf(FINFO,"recv_files(%d) starting\n",flist->count); } - if (flist->hlink_pool) - { + if (flist->hlink_pool) { pool_destroy(flist->hlink_pool); flist->hlink_pool = NULL; } -- 2.34.1