Browse Source

forced - release

Philippe G 4 years ago
parent
commit
d2fc45eca2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      components/squeezelite/controls.c

+ 2 - 0
components/squeezelite/controls.c

@@ -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);
 }
 }