Skip to content
Snippets Groups Projects
Unverified Commit 6562bf9c authored by Lev Serebryakov's avatar Lev Serebryakov Committed by GitHub
Browse files

Fix crash on FreeBSD (#177)

This change fix #177 and compiler warning too.
parent 79154f76
No related branches found
No related tags found
No related merge requests found
...@@ -158,6 +158,7 @@ bool jconf::GetPoolConfig(size_t id, pool_cfg& cfg) ...@@ -158,6 +158,7 @@ bool jconf::GetPoolConfig(size_t id, pool_cfg& cfg)
} }
else /* Special case - user selected same weights for everything */ else /* Special case - user selected same weights for everything */
cfg.weight = 0.0; cfg.weight = 0.0;
return true;
} }
bool jconf::TlsSecureAlgos() bool jconf::TlsSecureAlgos()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment