From 30a1aa921522aaf6b40142daebc60f9126174dc7 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 20 May 2014 21:17:19 +0200 Subject: [PATCH] remove confusing duplicate option experimental-json-server for pdns_recursor. Right now it is the only webserver we have, use experimental-webserver --- pdns/pdns_recursor.cc | 7 ++----- pdns/ws-recursor.cc | 5 ----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index b7e6efe377..b2a6608c15 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -1030,8 +1030,6 @@ void makeTCPServerSockets() } } - - void makeUDPServerSockets() { vectorlocals; @@ -1971,8 +1969,8 @@ try t_fdm=getMultiplexer(); if(!t_id) { - if(::arg().mustDo("experimental-json-interface")) { - L<bind(); -- 2.47.3