Make do_recv() reset copy_unsafe_links too (just like it does for
[rsync/rsync.git] / mkproto.pl
index 11b0cd2..cdeb2ea 100644 (file)
@@ -44,3 +44,5 @@ if ($old_protos ne $protos) {
     print OUT $protos;
     close OUT;
 }
+
+open(OUT, '>proto.h-tstamp') and close OUT;