had forgotten to unset debug option (max number of acceptable errors was 1)
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 4 May 2015 07:08:44 +0000 (09:08 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 4 May 2015 14:57:59 +0000 (16:57 +0200)
src/main.cpp

index ecfdeae..1463001 100644 (file)
@@ -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
     {