Skip to content

Commit

Permalink
Fix build WITH_ADNS=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Oct 2, 2024
1 parent 4357b0b commit 5eb40ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5eb40ee

Please sign in to comment.