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

openldap: pass string length arguments to client_write() #8404

Closed
wants to merge 1 commit into from

Conversation

monnerat
Copy link
Contributor

@monnerat monnerat commented Feb 8, 2022

This is an strlen() optimization in the same way as commit 4028892 does.

This uses the new STRCONST() macro and saves 2 strlen() calls on short
string constants per LDIF output line.
@bagder
Copy link
Member

bagder commented Feb 9, 2022

Thanks!

@bagder bagder closed this in d9c61a9 Feb 9, 2022
@monnerat
Copy link
Contributor Author

monnerat commented Feb 9, 2022

Thanks for pulling.

@monnerat monnerat deleted the strconst branch February 9, 2022 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants