diff options
author | Stef Walter <stef@memberwebs.com> | 2008-07-21 20:49:12 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-07-21 20:49:12 +0000 |
commit | 7064b9696190e3952373865ce538b98cf278d8f6 (patch) | |
tree | 55004fe7d4887fb82543cd78e67037ff31f5e8fb /daemon/httpauthd.c | |
parent | 4c4bfb64b62ff5b7b7fa21ec0185db797f434386 (diff) |
* Fix endles loop condition by not closing connection properly once finished.
* Fix build issues on FreeBSD.
Diffstat (limited to 'daemon/httpauthd.c')
-rw-r--r-- | daemon/httpauthd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/httpauthd.c b/daemon/httpauthd.c index b75c116..b8f5e1b 100644 --- a/daemon/httpauthd.c +++ b/daemon/httpauthd.c @@ -21,6 +21,7 @@ #include <sys/types.h> #include <sys/param.h> +#include <assert.h> #include <stddef.h> #include <stdio.h> #include <errno.h> |