mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 00:05:03 -05:00
Merge pull request #578 from chme/avahilog
[mdns] Fix compile warning "directive output may be truncated" (provided
This commit is contained in:
commit
48f11a8250
@ -555,7 +555,7 @@ static int
|
||||
address_check(AvahiProtocol proto, const char *hostname, const AvahiAddress *addr, int port)
|
||||
{
|
||||
char address[AVAHI_ADDRESS_STR_MAX];
|
||||
char address_log[AVAHI_ADDRESS_STR_MAX];
|
||||
char address_log[AVAHI_ADDRESS_STR_MAX + 2];
|
||||
int family;
|
||||
int ret;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user