From: bert hubert Date: Sun, 22 Nov 2015 16:19:16 +0000 (+0100) Subject: add the mandatory GPL warning on startup: dnsdist comes with ABSOLUTELY NO WARRANTY... X-Git-Tag: dnsdist-1.0.0-alpha1~210^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d12cea018d06290bb28e6b4bee2ff32eef5b00a1;p=thirdparty%2Fpdns.git 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 --- 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"<