projects
/
oweals
/
mdnsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfdebdd
)
Fix/change comment format about port 5353
author
Rafał Miłecki
<rafal@milecki.pl>
Thu, 9 Feb 2017 08:19:05 +0000
(09:19 +0100)
committer
Rafał Miłecki
<rafal@milecki.pl>
Thu, 9 Feb 2017 08:19:05 +0000
(09:19 +0100)
It wasn't ANSI C comment and there were 2 unneeded spaces.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
dns.c
patch
|
blob
|
history
diff --git
a/dns.c
b/dns.c
index aac1de1e5be6ef572db94a2a3d6ce603c0bdaed9..de0c21ade1b79f87244572732ac4ddba580d77f6 100644
(file)
--- 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) {