From c3bc9428c415790b0086abb3724b5795a279e72c Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Wed, 21 Jan 2015 11:56:05 +0100 Subject: [PATCH] had forgotten to disable testing setting in pingcheck main: limited the max number of exceptions ignore --- src/main.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 ); -- 1.7.1