save some more bytes by making the checksum smaller
[rsync/rsync.git] / compat.c
index 293bbc6..1c28c25 100644 (file)
--- a/compat.c
+++ b/compat.c
@@ -217,5 +217,7 @@ void setup_protocol(int f_out,int f_in)
       checksum_seed = read_int(f_in);
     }
   }
+
+  checksum_init();
 }