mosquitto_reinitialise documentation error #2489
Labels
Component: libmosquitto
Status: Completed
Nothing further to be done with this issue, it can be closed by the requestor or committer.
Type: Bug
Hi,
had a nasty bug in my code and by accident found a documentation error in
https://github.com/eclipse/mosquitto/blob/master/include/mosquitto.h#L327
In the function's implementation https://github.com/eclipse/mosquitto/blob/master/lib/mosquitto.c#L140 one can see that instead of returning
MOSQ_ERR_NOMEM
it returnsMOSQ_ERR_MALFORMED_UTF8
here: https://github.com/eclipse/mosquitto/blob/master/lib/mosquitto.c#L167The text was updated successfully, but these errors were encountered: