mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-03-23 08:23:26 +08:00
@@ -30,6 +30,7 @@
|
||||
- Fix test when nbuilding with WITH_EDITLINE=no. Closes #3484.
|
||||
- Fix tests when building with WITH_WEBSOCKETS=no. Closes #3502.
|
||||
- Fix libmosquitto_static cmake build.
|
||||
- Enable WITH_UNIX_SOCKETS on Windows.
|
||||
|
||||
|
||||
2.1.2 - 2026-02-09
|
||||
|
||||
@@ -187,7 +187,7 @@ int mosquitto_reconnect(struct mosquitto *mosq)
|
||||
}
|
||||
|
||||
|
||||
int get_address(int sock, char *buf, size_t len, uint16_t *remote_port)
|
||||
int get_address(mosq_sock_t sock, char *buf, size_t len, uint16_t *remote_port)
|
||||
{
|
||||
struct sockaddr_storage addr;
|
||||
socklen_t addrlen;
|
||||
|
||||
Reference in New Issue
Block a user