aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/connection.c')
-rw-r--r--src/daemon/connection.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/daemon/connection.c b/src/daemon/connection.c
index e4c5df33..dd75771d 100644
--- a/src/daemon/connection.c
+++ b/src/daemon/connection.c
@@ -93,14 +93,6 @@
93#define INTERNAL_ERROR "" 93#define INTERNAL_ERROR ""
94#endif 94#endif
95 95
96#define EXTRA_CHECKS MHD_YES
97
98#if EXTRA_CHECKS
99#define EXTRA_CHECK(a) if (!(a)) abort();
100#else
101#define EXTRA_CHECK(a)
102#endif
103
104/** 96/**
105 * Add extra debug messages with reasons for closing connections 97 * Add extra debug messages with reasons for closing connections
106 * (non-error reasons). 98 * (non-error reasons).