1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #5219: High CPU consumption by onemonitord (#602)

Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
This commit is contained in:
Ricardo Diaz 2021-01-08 14:04:05 +01:00 committed by GitHub
parent 00c546c72b
commit 59ec425723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);