Renamed free_exclude_list() to clear_exclude_list().
[rsync/rsync.git] / flist.c
diff --git a/flist.c b/flist.c
index 41acca3..9aa8850 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -953,7 +953,7 @@ void send_file_name(int f, struct file_list *flist, char *fname,
                        rprintf(FINFO, "[%s] popping %sexclude list\n",
                                who_am_i(), local_exclude_list.debug_type);
                }
-               free_exclude_list(&local_exclude_list);
+               clear_exclude_list(&local_exclude_list);
                local_exclude_list = last_list;
        }
 }