mirror of
https://github.com/nanomq/nanomq.git
synced 2025-06-22 01:57:27 +00:00
* MDF [nng] move heaed & resolve warning
Signed-off-by: jaylin <jaylin@emqx.io>
This commit is contained in:
@ -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
2
nng
Submodule nng updated: 1c9b794395...8b07094684
Reference in New Issue
Block a user