mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-09 01:01:11 +08:00
Fix build WITH_ADNS=yes
This commit is contained in:
parent
4357b0bb2a
commit
5eb40ee3d6
@ -197,8 +197,7 @@ int bridge__connect_step1(struct mosquitto *context)
|
||||
context->bridge->topics[i].local_topic,
|
||||
qos,
|
||||
0,
|
||||
MQTT_SUB_OPT_NO_LOCAL | MQTT_SUB_OPT_RETAIN_AS_PUBLISHED,
|
||||
&db.subs) > 0){
|
||||
MQTT_SUB_OPT_NO_LOCAL | MQTT_SUB_OPT_RETAIN_AS_PUBLISHED) > 0){
|
||||
return 1;
|
||||
}
|
||||
retain__queue(context,
|
||||
|
Loading…
x
Reference in New Issue
Block a user