mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
parent
7a1905006a
commit
f5dd5d8519
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue