From: Rafał Miłecki Date: Thu, 9 Feb 2017 08:19:05 +0000 (+0100) Subject: Fix/change comment format about port 5353 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=commitdiff_plain;h=c0c78c92d57c53276bb7f08468bcc716ba272497;ds=inline Fix/change comment format about port 5353 It wasn't ANSI C comment and there were 2 unneeded spaces. Signed-off-by: Rafał Miłecki --- diff --git a/dns.c b/dns.c index aac1de1..de0c21a 100644 --- a/dns.c +++ b/dns.c @@ -396,7 +396,7 @@ dns_handle_packet(struct interface *iface, struct sockaddr *s, uint16_t port, ui } if (h->questions && !iface->multicast && port != 5353) - // silently drop unicast questions that dont originate from port 5353 + /* silently drop unicast questions that dont originate from port 5353 */ return; while (h->questions-- > 0) {