At 07:20 AM 8/13/2004, [EMAIL PROTECTED] wrote:
>trawick     2004/08/13 05:20:53
>
>  Modified:    modules/proxy proxy_util.c
>  Log:
>  axe some unused variables and don't log an error code that
>  hasn't been initialized


>  -            ap_log_error(APLOG_MARK, APLOG_ERR, rv, s,
>  +            ap_log_error(APLOG_MARK, APLOG_ERR, 0, s,
>                            "proxy: %s: disabled connection for (%s)",
>                            proxy_function, worker->hostname);

Shouldn't that be APLOG_ERR|APLOG_NOERRNO if rv isn't passed?

Bill


Reply via email to