From d12cea018d06290bb28e6b4bee2ff32eef5b00a1 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sun, 22 Nov 2015 17:19:16 +0100 Subject: [PATCH] add the mandatory GPL warning on startup: dnsdist comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2 --- pdns/dnsdist.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index ec201a35f3..fc72f8316d 100644 --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@ -42,10 +42,8 @@ /* Known sins: - Receiver is currently singlethreaded + Receiver is currently single threaded not *that* bad actually, but now that we are thread safe, might want to scale - TCP is a bit wonky and may pick the wrong downstream - ringbuffers are on a wing & a prayer because partially unlocked */ /* the Rulaction plan @@ -1077,7 +1075,6 @@ try openlog("dnsdist", LOG_PID, LOG_DAEMON); g_console=true; - #ifdef HAVE_LIBSODIUM if (sodium_init() == -1) { cerr<<"Unable to initialize crypto library"<