From 861158ad71effd4f48da442f5eb1bb70754eb08b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 18 Aug 2004 22:15:10 +0000 Subject: Code cleanup --- apache1x/mod_httpauth.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apache1x/mod_httpauth.c') 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; -- cgit v1.2.3