merge mqttClinet PR 115 from BertMelis

This commit is contained in:
MichaelDvP
2023-11-01 18:18:56 +01:00
parent b02207a0d7
commit 41666458d9
3 changed files with 9 additions and 18 deletions

View File

@@ -43,7 +43,7 @@ class ClientPosix : public Transport {
protected:
int _sockfd;
struct sockaddr_in _host;
sockaddr_in _host;
};
} // namespace espMqttClientInternals