From: bert hubert Date: Tue, 20 May 2014 19:17:19 +0000 (+0200) Subject: remove confusing duplicate option experimental-json-server for pdns_recursor. Right... X-Git-Tag: rec-3.6.0-rc1~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30a1aa921522aaf6b40142daebc60f9126174dc7;p=pdns remove confusing duplicate option experimental-json-server for pdns_recursor. Right now it is the only webserver we have, use experimental-webserver --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index b7e6efe37..b2a6608c1 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();