* MDF [nng] move heaed & resolve warning

Signed-off-by: jaylin <jaylin@emqx.io>
This commit is contained in:
jaylin
2025-04-30 17:26:00 +08:00
committed by Jaylin
parent 7dfd2b54a9
commit 1071d8e3ec
2 changed files with 1 additions and 2 deletions

View File

@ -3755,7 +3755,6 @@ put_mqtt_bridge(http_msg *msg, const char *name)
nng_mtx_lock(config->restapi_lk);
for (size_t i = 0; i < bridge->count; i++) {
conf_bridge_node *node = bridge->nodes[i];
bool tenable = node->enable;
size_t parallel = node->parallel;
if (name != NULL && strcmp(node->name, name) != 0) {

2
nng

Submodule nng updated: 1c9b794395...8b07094684