]> granicus.if.org Git - apache/commit
Fix the seg fault in mod_status.c. This changes the up_time to an
authorRyan Bloom <rbb@apache.org>
Thu, 15 Feb 2001 19:22:02 +0000 (19:22 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 15 Feb 2001 19:22:02 +0000 (19:22 +0000)
commit7a481ed8681c13d2068797db091f9ff7ff8bf85d
tree0b1d751087feeae9d9d9a7b1a59d30c36e9f48da
parentdfac95e3cbc23a7c3ff2f7530197c735f02c53a3
Fix the seg fault in mod_status.c.  This changes the up_time to an
interval_time.  The segfault is caused by apr_vformatter not understanding
%lld, so we also had to change that to %qd, which solves that problem.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88176 13f79535-47bb-0310-9956-ffa450edef68
modules/generators/mod_status.c