Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db_unixodbc: init libssl in a thread #3728

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

space88man
Copy link
Contributor

@space88man space88man commented Jan 28, 2024

  • Commit message has the format required by CONTRIBUTING guide
  • Commits are split per component (core, individual modules, libs, utils, ...)
  • Each component has a single commit (if not, squash them into one commit)
  • No commits to README files for modules (changes must be done to docbook files
    in doc/ subfolder, the README file is autogenerated)

Type Of Change

  • Small bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would change existing functionality)

Checklist:

Description

The bug report kamailio configuration is using dispatcher + unixodbc and the database driver (tested with MariaDB ODBC, user reports with MS SQL Server(not tested)) inits libssl in rank 0(thread 1).

This PR will init in a thread. This fix is similar to the one done for outbound 4742c81.

@miconda
Copy link
Member

miconda commented Jan 29, 2024

I'm fine to merge it if it fixes the related reported issue.

@space88man space88man merged commit 2611a46 into kamailio:master Jan 29, 2024
4 checks passed
@space88man space88man deleted the fix-ssl-odbc branch January 29, 2024 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants