From: Christian Herdtweck Date: Wed, 21 Jan 2015 10:56:05 +0000 (+0100) Subject: had forgotten to disable testing setting in pingcheck main: limited the max number... X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=c3bc9428c415790b0086abb3724b5795a279e72c;p=pingcheck had forgotten to disable testing setting in pingcheck main: limited the max number of exceptions ignore --- diff --git a/src/main.cpp b/src/main.cpp index 68a0c7e..bcf8e65 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -452,7 +452,7 @@ int main( int argc, const char *argv[] ) IoServiceItem io_service; int ret_code = 0; unsigned n_exceptions = 0; - unsigned max_exceptions = 1; + unsigned max_exceptions = 0; try { ConfigurationItem configuration = get_configuration( argc, argv );