From 5995e2afd8f026de8f5eb9a392b59542a98bf7e5 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 9 Jun 2004 17:19:45 +0000 Subject: - Added peer name logging - Reformatted connection logging --- apache1x/mod_httpauth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apache1x') diff --git a/apache1x/mod_httpauth.c b/apache1x/mod_httpauth.c index 43dfa1b..91e6288 100644 --- a/apache1x/mod_httpauth.c +++ b/apache1x/mod_httpauth.c @@ -471,7 +471,7 @@ int connect_socket(httpauth_context_t* ctx, request_rec* r) goto finally; } - if(connect(ctx->socket, SANY_ADDR(sany), SANY_LEN(sany)) != 0) + if(connect(ctx->socket, &SANY_ADDR(sany), SANY_LEN(sany)) != 0) { ap_log_rerror(APLOG_MARK, APLOG_CRIT, r, "httpauth: Can't connect to httpauthd"); -- cgit v1.2.3