mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-15 16:36:52 +01:00
@@ -143,6 +143,7 @@ void Forwarder::addClient(Client* client, WirelessNodeId* id)
|
||||
if ( p->_client == client )
|
||||
{
|
||||
client->setForwarder(this);
|
||||
p->setWirelessNodeId(id);
|
||||
return;
|
||||
}
|
||||
prev = p;
|
||||
|
||||
Reference in New Issue
Block a user