@@ -245,6 +245,7 @@ int mosquitto_topic_matches_sub2(const char *sub, size_t sublen, const char *top { int spos, tpos; bool multilevel_wildcard = false; int i; if(!result) return MOSQ_ERR_INVAL; *result = false; @@ -270,7 +271,7 @@ int mosquitto_topic_matches_sub2(co...