[LEDE-DEV] [PATCH 3/3] Ignore timeout in service_reply()
Cristian Morales Vega
cristian at samknows.com
Wed Apr 26 01:45:16 PDT 2017
Signed-off-by: Cristian Morales Vega <cristian at samknows.com>
---
service.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/service.c b/service.c
index ca70274..e4cc4b5 100644
--- a/service.c
+++ b/service.c
@@ -148,7 +148,7 @@ service_reply(struct interface *iface, struct sockaddr *to, const char *match, i
vlist_for_each_element(&services, s, node) {
if (!match || !strcmp(s->service, match))
- service_reply_single(iface, to, s, ttl, 0);
+ service_reply_single(iface, to, s, ttl, 1);
}
}
--
2.9.3
More information about the Lede-dev
mailing list