mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Spelling and format fixes.
This commit is contained in:
committed by
Simon Kelley
parent
f73f7397d7
commit
bf23c8a394
@@ -771,7 +771,7 @@ int cache_recv_insert(time_t now, int fd)
|
||||
else if (flags & F_CNAME)
|
||||
{
|
||||
struct crec *newc = really_insert(daemon->namebuff, NULL, C_IN, now, ttl, flags);
|
||||
/* This relies on the fact the the target of a CNAME immediately preceeds
|
||||
/* This relies on the fact that the target of a CNAME immediately precedes
|
||||
it because of the order of extraction in extract_addresses, and
|
||||
the order reversal on the new_chain. */
|
||||
if (newc)
|
||||
|
||||
Reference in New Issue
Block a user