mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 12:07:09 +03:00
forced - release
This commit is contained in:
@@ -274,7 +274,9 @@ static void notify(in_addr_t ip, u16_t hport, u16_t cport) {
|
|||||||
server_ip = ip;
|
server_ip = ip;
|
||||||
server_hport = hport;
|
server_hport = hport;
|
||||||
server_cport = cport;
|
server_cport = cport;
|
||||||
|
|
||||||
LOG_INFO("notified server %s hport %hu cport %hu", inet_ntoa(ip), hport, cport);
|
LOG_INFO("notified server %s hport %hu cport %hu", inet_ntoa(ip), hport, cport);
|
||||||
|
|
||||||
if (chained_notify) (*chained_notify)(ip, hport, cport);
|
if (chained_notify) (*chained_notify)(ip, hport, cport);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user