One more output_flist() call that should verify if my analysis
authorWayne Davison <wayned@samba.org>
Tue, 22 May 2007 03:58:18 +0000 (03:58 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 22 May 2007 03:58:18 +0000 (03:58 +0000)
of the Solaris 10 host's merge-test failure is correct or not.

flist.c

diff --git a/flist.c b/flist.c
index 13000ce..717d268 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -1336,6 +1336,9 @@ static void add_dirs_to_tree(int parent_ndx, int start, int end)
        qsort(dir_flist->sorted + start, end - start + 1,
              sizeof dir_flist->sorted[0], (int (*)())file_compare);
 
+       if (verbose > 3)
+               output_flist(dir_flist);
+
        for (i = start; i <= end; i++) {
                struct file_struct *file = dir_flist->sorted[i];
                if (!(file->flags & FLAG_XFER_DIR)