diff options
author | Stef Walter <stef@memberwebs.com> | 2004-04-28 22:51:27 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-04-28 22:51:27 +0000 |
commit | 8a3ac8a0c0a49e37c8f68c737da8eaf193766c5d (patch) | |
tree | 9da27ac1730725e2332aab0e234f17338804c845 /daemon/httpauthd.c | |
parent | dbbf162dc9be0aef47f2d1f1fcddb7ae4e074d47 (diff) |
FreeBSD fixes
Diffstat (limited to 'daemon/httpauthd.c')
-rw-r--r-- | daemon/httpauthd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/httpauthd.c b/daemon/httpauthd.c index 8c0f000..7c74754 100644 --- a/daemon/httpauthd.c +++ b/daemon/httpauthd.c @@ -309,7 +309,6 @@ int main(int argc, char* argv[]) break; case ECONNABORTED: - case EPROTO: ha_message(LOG_ERR, "couldn't accept a connection"); break; |