mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
typo
This commit is contained in:
@@ -183,7 +183,7 @@ int main (int argc, char **argv)
|
|||||||
daemon->doing_ra = 1;
|
daemon->doing_ra = 1;
|
||||||
#ifndef HAVE_LINUX_NETWORK
|
#ifndef HAVE_LINUX_NETWORK
|
||||||
if (context->flags & CONTEXT_TEMPLATE)
|
if (context->flags & CONTEXT_TEMPLATE)
|
||||||
die (_("dhcp-range contructor not available on this platform"), NULL, EC_BADCONF);
|
die (_("dhcp-range constructor not available on this platform"), NULL, EC_BADCONF);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user