summaryrefslogtreecommitdiff
path: root/iface.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-02-17 10:32:02 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-02-17 10:32:02 +0100
commit029a6d70aa531f956ad938cfae312ecc64e1a37c (patch)
treeaa32e1f9a5e682835faebcb78d5d4df54f606f3f /iface.c
parent01641aa1d0789afe5389afa1686717c361e54f14 (diff)
all: Remove unnecessary log messages
These could be used to DoS llmnrd, just silently discard invalid packets. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'iface.c')
-rw-r--r--iface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/iface.c b/iface.c
index 86d0f06..510a0c4 100644
--- a/iface.c
+++ b/iface.c
@@ -339,8 +339,6 @@ static void* iface_run_wrapper(void *data __unused)
int iface_start_thread(void)
{
- log_info("Starting interface monitoring thread\n");
-
if (pthread_create(&iface_thread, NULL, iface_run_wrapper, NULL) < 0) {
log_err("Failed to start interface monitoring thread\n");
return -1;