From: Philipp Meier Date: Thu, 28 Sep 2017 07:09:03 +0000 (+0200) Subject: Remove ttl==255 restriction for queries X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9f401331c4c174303826fb2e03b544edab229306;p=oweals%2Fmdnsd.git Remove ttl==255 restriction for queries Signed-off-by: Philipp Meier --- diff --git a/interface.c b/interface.c index 3904c89..7f814d2 100644 --- a/interface.c +++ b/interface.c @@ -233,9 +233,6 @@ read_socket4(struct uloop_fd *u, unsigned int events) } } - if (ttl != 255) - return; - if (debug > 1) { char buf[256]; @@ -310,9 +307,6 @@ read_socket6(struct uloop_fd *u, unsigned int events) } } - if (ttl != 255) - return; - if (debug > 1) { char buf[256];