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

mosquitto_string_option returns 3 for MOSQ_OPT_TLS_KEYFORM with proper input #1360

Closed
MikeDombo opened this issue Jul 30, 2019 · 2 comments
Closed

Comments

@MikeDombo
Copy link

mosquitto_string_option returns 3 which is MOSQ_ERR_INVAL when setting MOSQ_OPT_TLS_KEYFORM because the success cases don't return success, they just fallthrough and return the default.

ralight added a commit that referenced this issue Jul 30, 2019
`mosquitto_string_option(mosq, MOSQ_OPT_TLS_KEYFORM, ...)` was incorrectly
returning `MOSQ_ERR_INVAL` with valid input. This has been fixed.

Closes #1360. Thanks to Michael Dombrowski.
@ralight
Copy link
Contributor

ralight commented Jul 30, 2019

Thanks, that should be fixed now.

@MikeDombo
Copy link
Author

Thanks for the quick fix!

vankxr pushed a commit to vankxr/mosquitto that referenced this issue Aug 9, 2019
`mosquitto_string_option(mosq, MOSQ_OPT_TLS_KEYFORM, ...)` was incorrectly
returning `MOSQ_ERR_INVAL` with valid input. This has been fixed.

Closes eclipse#1360. Thanks to Michael Dombrowski.
ralight added a commit that referenced this issue Sep 18, 2019
`mosquitto_string_option(mosq, MOSQ_OPT_TLS_KEYFORM, ...)` was incorrectly
returning `MOSQ_ERR_INVAL` with valid input. This has been fixed.

Closes #1360. Thanks to Michael Dombrowski.
@lock lock bot locked as resolved and limited conversation to collaborators Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants