diff options
Diffstat (limited to 'apache1x')
-rw-r--r-- | apache1x/mod_httpauth.c | 1 |
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; |