]> granicus.if.org Git - apache/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)
commit3f3d6de7691e0b2d87d8f29f3c6064085c5ea9bd
tree254e9fc089b15b41cc3742d495a42985ed36e64c
parentaf88e88ef97641be89d10fef83db7fdec23e4fa8
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