Skip to content

Commit fb7866f

Browse files
authored
Revert "Check if MQTT remote IP is private (#5627)" (#5636)
This reverts commit 9a10907.
1 parent d9b2878 commit fb7866f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mqtt/MQTT.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,6 @@ void MQTT::reconnect()
444444
enabled = true; // Start running background process again
445445
runASAP = true;
446446
reconnectCount = 0;
447-
#if !defined(ARCH_PORTDUINO)
448-
isMqttServerAddressPrivate = isPrivateIpAddress(mqttClient.remoteIP());
449-
#endif
450447

451448
publishNodeInfo();
452449
sendSubscriptions();

0 commit comments

Comments
 (0)