diff options
author | Stef Walter <stef@memberwebs.com> | 2004-08-18 22:15:10 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-08-18 22:15:10 +0000 |
commit | 861158ad71effd4f48da442f5eb1bb70754eb08b (patch) | |
tree | ada62c8d479f4104e07bf03634bd7f4325e86b37 /apache1x | |
parent | 03d751131db4b452bfcde6add0346fd1fcdc3fec (diff) |
Code cleanup
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; |