save some more bytes by making the checksum smaller
[rsync.git] / compat.c
index 293bbc6c513b1fd608fa0b2ad6341cb88cdf05a0..1c28c253177a7aa9d162dbde8d2a2f3990d86a54 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();
 }