Fix incorrect subscribe_callback in mosquittopp.h.

Closes #2367. Thanks to Jens Alfke.
pull/2401/head
Roger A. Light 4 years ago
parent 9c4f17aa61
commit 94fcd470d0

@ -7,6 +7,7 @@ Broker:
Client library:
- Fix mosquitto_topic_matches_sub2() not using the length parameters.
Closes #2364.
- Fix incorrect subscribe_callback in mosquittopp.h. Closes #2367.
2.0.13 - 2021-10-27

@ -64,7 +64,6 @@ mosqpp_EXPORT int subscribe_callback(
void *userdata,
const char *topic,
int qos=0,
bool retained=true,
const char *host="localhost",
int port=1883,
const char *client_id=NULL,

Loading…
Cancel
Save