X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/280cbb85375b7968e4f81c86ceb303c7f1ee563b..f80621049e9b2b2070920ef364c272b6ddaec073:/token.c diff --git a/token.c b/token.c index 5056569a..9d3bccdf 100644 --- a/token.c +++ b/token.c @@ -116,7 +116,7 @@ send_deflated_token(int f, int token, tx_strm.zalloc = z_alloc; tx_strm.zfree = z_free; if (deflateInit2(&tx_strm, Z_DEFAULT_COMPRESSION, 8, - -15, 8, Z_DEFAULT_STRATEGY, -4) != Z_OK) { + -15, 8, Z_DEFAULT_STRATEGY) != Z_OK) { fprintf(FERROR, "compression init failed\n"); exit_cleanup(1); }