summaryrefslogtreecommitdiff
path: root/apache1x/mod_httpauth.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-08-18 22:15:10 +0000
committerStef Walter <stef@memberwebs.com>2004-08-18 22:15:10 +0000
commit861158ad71effd4f48da442f5eb1bb70754eb08b (patch)
treeada62c8d479f4104e07bf03634bd7f4325e86b37 /apache1x/mod_httpauth.c
parent03d751131db4b452bfcde6add0346fd1fcdc3fec (diff)
Code cleanup
Diffstat (limited to 'apache1x/mod_httpauth.c')
-rw-r--r--apache1x/mod_httpauth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apache1x/mod_httpauth.c b/apache1x/mod_httpauth.c
index 9f0d491..f710bcc 100644
--- a/apache1x/mod_httpauth.c
+++ b/apache1x/mod_httpauth.c
@@ -402,7 +402,6 @@ void disconnect_socket(httpauth_context_t* ctx, server_rec* s)
ap_log_error(APLOG_MARK, APLOG_DEBUG, s,
"httpauth: disconnecting from daemon");
- /* TODO: Should we be closing this nicely somewhere? */
ap_pclosesocket(ctx->child_pool, ctx->socket);
ctx->socket = -1;
errno = 0;