From: Wayne Davison Date: Tue, 10 Feb 2004 17:28:59 +0000 (+0000) Subject: Tweaked an if. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/cb869c26d9936f74ad70b2496aa99a4ea3158219 Tweaked an if. --- 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; }