]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Holey moley. Marcus Burke noted this in Rich's Nuts/Bolts talk.
authorJim Jagielski <jim@apache.org>
Tue, 4 Nov 2008 21:42:17 +0000 (21:42 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 4 Nov 2008 21:42:17 +0000 (21:42 +0000)
How embarassing!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711421 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_info.c

index 4c8dc4a6cd9e6db5eb641fdb3d25f6378762c2b0..baeec0526d0ae9d1a5c0d12de9fb6d9e8d66241e 100644 (file)
@@ -363,7 +363,7 @@ static int show_server_settings(request_rec * r)
                "<tt>connection: %d &nbsp;&nbsp; "
                "keep-alive: %d</tt></dt>",
                (int) (apr_time_sec(serv->timeout)),
-               (int) (apr_time_sec(serv->timeout)));
+               (int) (apr_time_sec(serv->keep_alive_timeout)));
     ap_mpm_query(AP_MPMQ_MAX_DAEMON_USED, &max_daemons);
     ap_mpm_query(AP_MPMQ_IS_THREADED, &threaded);
     ap_mpm_query(AP_MPMQ_IS_FORKED, &forked);