summaryrefslogtreecommitdiff
path: root/apache1x
diff options
context:
space:
mode:
Diffstat (limited to 'apache1x')
-rw-r--r--apache1x/mod_httpauth.c2
1 files changed, 1 insertions, 1 deletions
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");