added "dont compress" option with the default setting of
[rsync/rsync.git] / sender.c
index 4a344ea..623d995 100644 (file)
--- a/sender.c
+++ b/sender.c
@@ -200,6 +200,8 @@ void send_files(struct file_list *flist,int f_out,int f_in)
                if (!am_server) {
                        log_transfer(file, fname+offset);
                }
+
+               set_compression(fname);
          
                match_sums(f_out,s,buf,st.st_size);