1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

r6065: revert test value

metze
This commit is contained in:
Stefan Metzmacher 2005-03-25 23:18:35 +00:00 committed by Gerald (Jerry) Carter
parent 335adef370
commit fca4dc4827

@ -50,7 +50,7 @@ static NTSTATUS ndr_pull_compression_zlib(struct ndr_pull *subndr,
zs.next_out = outbuf.data;
zs.avail_out = outbuf.length;
ret = inflateInit2(&zs, 15);
ret = inflateInit2(&zs, -15);
if (ret != Z_OK) {
return ndr_pull_error(subndr, NDR_ERR_COMPRESSION, "Bad ZLIB (PULL) inflateInit2 error %d",
ret);