From: bert hubert Date: Sat, 20 Feb 2016 11:44:26 +0000 (+0100) Subject: report an error when we die when .. dnsdist sends us an unexpected answer?! X-Git-Tag: auth-4.0.0-alpha2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc9152eeefe231dff337a7d0ccb3c4d469946d14;p=thirdparty%2Fpdns.git report an error when we die when .. dnsdist sends us an unexpected answer?! --- diff --git a/pdns/dnsbulktest.cc b/pdns/dnsbulktest.cc index 1c0985168e..18a5dbc65f 100644 --- a/pdns/dnsbulktest.cc +++ b/pdns/dnsbulktest.cc @@ -189,6 +189,7 @@ struct SendReceive }; int main(int argc, char** argv) +try { po::options_description desc("Allowed options"); desc.add_options() @@ -326,3 +327,8 @@ int main(int argc, char** argv) cout<<"DBT_OKPERCENTAGEINT="<<(int)((float)sr.d_oks/domains.size()*100)<