diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-02-17 10:32:02 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-02-17 10:32:02 +0100 |
commit | 029a6d70aa531f956ad938cfae312ecc64e1a37c (patch) | |
tree | aa32e1f9a5e682835faebcb78d5d4df54f606f3f /iface.c | |
parent | 01641aa1d0789afe5389afa1686717c361e54f14 (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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |