summaryrefslogtreecommitdiffstats
path: root/helper.c
diff options
context:
space:
mode:
authorSimon Rettberg2023-11-27 16:57:05 +0100
committerSimon Rettberg2023-11-27 16:57:05 +0100
commitba2e716a8357496c3a834a8e799583ef58f95f82 (patch)
tree8e62953ff2c5e2944a4577720e5c588c77978d77 /helper.c
parentFix and improve numeric uid handling (diff)
downloadldadp-ba2e716a8357496c3a834a8e799583ef58f95f82.tar.gz
ldadp-ba2e716a8357496c3a834a8e799583ef58f95f82.tar.xz
ldadp-ba2e716a8357496c3a834a8e799583ef58f95f82.zip
Add autorestart option to exit(1) on unresponsive upstream
Diffstat (limited to 'helper.c')
-rw-r--r--helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.c b/helper.c
index 6c51bab..93ed207 100644
--- a/helper.c
+++ b/helper.c
@@ -12,6 +12,7 @@
#include <stdarg.h>
DebugLevel _debugLevel = DEBUG_WARNING;
+int _autoRestart = 0;
void bail(char *args, ...)
{