From: Christian Herdtweck Date: Mon, 4 May 2015 07:08:44 +0000 (+0200) Subject: had forgotten to unset debug option (max number of acceptable errors was 1) X-Git-Url: http://developer.intra2net.com/git/?p=pingcheck;a=commitdiff_plain;h=f7c49afd2a95b957a57298ca38608e43d2f50019 had forgotten to unset debug option (max number of acceptable errors was 1) --- diff --git a/src/main.cpp b/src/main.cpp index ecfdeae..1463001 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -466,7 +466,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 {