Skip to content

Commit 2e1fc6b

Browse files
committed
Fixed a typo introduced by my previous commit, really sorry about it
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1754734 13f79535-47bb-0310-9956-ffa450edef68
1 parent b54d093 commit 2e1fc6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/proxy/mod_proxy_fcgi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ static apr_status_t send_environment(proxy_conn_rec *conn, request_rec *r,
305305
for (i = 0; i < envarr->nelts; ++i) {
306306
ap_log_rerror(APLOG_MARK, APLOG_TRACE8, 0, r, APLOGNO(01062)
307307
"sending env var '%s' value '%s'",
308-
elts[i].key, elts[i].valq);
308+
elts[i].key, elts[i].val);
309309
}
310310
}
311311

0 commit comments

Comments
 (0)