From: Ruben d'Arco Date: Fri, 16 Aug 2013 16:46:06 +0000 (+0200) Subject: Coverity fixes X-Git-Tag: rec-3.6.0-rc1~510^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f17c93b4eaeda07d06ddedc2dc9c0e64b1f3d891;p=pdns Coverity fixes --- diff --git a/modules/mydnsbackend/mydnsbackend.cc b/modules/mydnsbackend/mydnsbackend.cc index a1f88dfa3..12bb07984 100644 --- a/modules/mydnsbackend/mydnsbackend.cc +++ b/modules/mydnsbackend/mydnsbackend.cc @@ -62,6 +62,7 @@ MyDNSBackend::MyDNSBackend(const string &suffix) { d_rrwhere=(mustDo("rr-active")?"active = 1 and ":"")+getArg("rr-where"); d_soawhere=(mustDo("soa-active")?"active = 1 and ":"")+getArg("soa-where"); d_useminimalttl=mustDo("use-minimal-ttl"); + d_minimum=0; L<