summaryrefslogtreecommitdiffstats
path: root/avahi-core
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core')
-rw-r--r--avahi-core/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/socket.c b/avahi-core/socket.c
index 47ffbd3..842d09a 100644
--- a/avahi-core/socket.c
+++ b/avahi-core/socket.c
@@ -487,7 +487,7 @@ AvahiDnsPacket* avahi_recv_dns_packet_ipv4(gint fd, struct sockaddr_in *ret_sa,
if (ret_sa->sin_addr.s_addr == INADDR_ANY) {
/* Linux 2.4 behaves very strangely sometimes! */
- avahi_hexdump(AVAHI_DNS_PACKET_DATA(p), l);
+ /*avahi_hexdump(AVAHI_DNS_PACKET_DATA(p), l); */
goto fail;
}