]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit00fbaec7ac5093e69725df582a2f9a1856b7ed00
tree0b1d751087feeae9d9d9a7b1a59d30c36e9f48da
parent9dbfbedba8a75d729d8aab71b81c94a6f13bf06f
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