]> git.ipfire.org Git - people/ms/network.git/commitdiff
Change assertion exit code.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jun 2012 09:50:52 +0000 (09:50 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jun 2012 09:50:52 +0000 (09:50 +0000)
functions.constants

index ffb788b725ef29d0cf42d85f9a93a9ced58d0e9a..0bdb6a75a711dd271e52dd87b931096be5d284a0 100644 (file)
@@ -47,7 +47,7 @@ DB_CONNECTION_FILE="${LOG_DIR}/connections.db"
 EXIT_OK=0
 EXIT_ERROR=1
 EXIT_CONF_ERROR=2
-EXIT_ERROR_ASSERT=3
+EXIT_ERROR_ASSERT=128
 
 EXIT_TRUE=0
 EXIT_FALSE=1