aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/gen_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/gen_auth.c')
-rw-r--r--src/microhttpd/gen_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/gen_auth.c b/src/microhttpd/gen_auth.c
index 806fe482..02df8c2b 100644
--- a/src/microhttpd/gen_auth.c
+++ b/src/microhttpd/gen_auth.c
@@ -90,7 +90,7 @@ find_auth_rq_header_ (const struct MHD_Connection *c, enum MHD_AuthType type,
90 else /* combined with the next line */ 90 else /* combined with the next line */
91#endif /* BAUTH_SUPPORT */ 91#endif /* BAUTH_SUPPORT */
92 { 92 {
93 assert (0); 93 mhd_assert (0);
94 return false; 94 return false;
95 } 95 }
96 96