chiark / gitweb /
networkd/resolved: correct spacing near eol in code comments
[elogind.git] / src / resolve / resolved-dns-scope.c
index a43359f8c59c0d28939135565c5dddb79df7e2cb..abdb2e07325e2b4d80d81706dbb9f10c2aa28c0d 100644 (file)
@@ -529,7 +529,7 @@ void dns_scope_process_query(DnsScope *s, DnsStream *stream, DnsPacket *p) {
         if (p->ipproto == IPPROTO_UDP) {
                 /* Don't accept UDP queries directed to anything but
                  * the LLMNR multicast addresses. See RFC 4795,
-                 * section 2.5.*/
+                 * section 2.5. */
 
                 if (p->family == AF_INET && !in_addr_equal(AF_INET, &p->destination, (union in_addr_union*) &LLMNR_MULTICAST_IPV4_ADDRESS))
                         return;