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:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user