Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We want to avoid reinitialization of our global variables with static storage duration in case we get dlopened multiple times by the same application. This will avoid potential resource leaks that could have happened otherwise (e.g. leaking journal socket fd). (cherry picked from commit 9d8533b) Resolves: RHEL-6589
- Loading branch information