Tweaked an if.
authorWayne Davison <wayned@samba.org>
Tue, 10 Feb 2004 17:28:59 +0000 (17:28 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 10 Feb 2004 17:28:59 +0000 (17:28 +0000)
receiver.c

index ca6bf23..c84c041 100644 (file)
@@ -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;
        }