[PATCH 4 of 4] (issue116) Always do selftest on windows

Wald Commits scm-commit at wald.intevation.org
Wed Sep 10 17:54:57 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1410364490 -7200
# Node ID 8d811b03095996aebffdea3413884a0574501444
# Parent  fa3f4e2370d307d54e7cee4686d29996ceac41fd
(issue116) Always do selftest on windows

diff -r fa3f4e2370d3 -r 8d811b030959 ui/main.cpp
--- a/ui/main.cpp	Wed Sep 10 17:54:26 2014 +0200
+++ b/ui/main.cpp	Wed Sep 10 17:54:50 2014 +0200
@@ -84,9 +84,7 @@
      */
     if (!selftest()) {
         syslog_error_printf ("Integrity check failed.");
-#ifdef RELEASE_BUILD
         return -1;
-#endif
     }
 #endif
 


More information about the Trustbridge-commits mailing list