Don't print out the directory name twice in verbose mode; it was being
authorDavid Dykstra <dwd@samba.org>
Mon, 3 Dec 2001 18:37:33 +0000 (18:37 +0000)
committerDavid Dykstra <dwd@samba.org>
Mon, 3 Dec 2001 18:37:33 +0000 (18:37 +0000)
commitde343e3ccea541b62970e53cba03f5ab5804ce5e
tree9b079dd48273e65d03a9a3de7653e930bc6060b6
parent384958ed3dcd18e8ec7cf2e5a6142812f14229d8
Don't print out the directory name twice in verbose mode; it was being
printed a second time when the modification time of the directory was
being set, and that time around recv_files() calls recv_generator() with
an f_out of -1 so check that before printing the directory name.
generator.c