]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
move a loop-invariant computation out of the thread loop and
authorJeff Trawick <trawick@apache.org>
Tue, 9 Apr 2002 11:18:41 +0000 (11:18 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 9 Apr 2002 11:18:41 +0000 (11:18 +0000)
commit33aa3f8b2e056a1b66246ee1416f90ab91e0b8f3
tree254e9fc089b15b41cc3742d495a42985ed36e64c
parent8b44801ed23fa8bf621ba49d745f27a5905f7626
move a loop-invariant computation out of the thread loop and
at the same time quiet a gcc warning (it assumed that thread_limit
could be zero, which would leave ps_record uninitialized when
referenced after the end of the thread loop)

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