mdnsd: the service is ignoring questions
authorJohn Crispin <john@phrozen.org>
Mon, 19 Dec 2016 12:06:15 +0000 (13:06 +0100)
committerJohn Crispin <john@phrozen.org>
Mon, 19 Dec 2016 12:06:15 +0000 (13:06 +0100)
commit258039240037c81a77cf92517f5ba22fd0a2601d
tree4d350da9997e58f09b6d2d41f4cbd44d1df7bf5c
parentbe8ae8d0b5f2e8651edf0cc8f35916fc4b71d1ac
mdnsd: the service is ignoring questions

When a question is incoming the service was incorrectly resettig the
query timeout regardless of it being the right service. This causes
the code to never answer the questions it is being asked.

Reported-by: Cristian Morales Vega <cristian@samknows.com>
Signed-off-by: John Crispin <john@phrozen.org>
service.c