mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
This commit is contained in:
parent
00c546c72b
commit
59ec425723
@ -138,7 +138,7 @@ namespace ssl_util
|
||||
|
||||
rc = inflate(&zs, Z_FINISH);
|
||||
|
||||
if ( rc != Z_STREAM_END && rc != Z_OK && rc != Z_BUF_ERROR )
|
||||
if ( rc != Z_STREAM_END && rc != Z_OK )
|
||||
{
|
||||
inflateEnd(&zs);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user