]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Fix a declaration problem introduced in r195013 that is C99 but not ANSI C
authorRuediger Pluem <rpluem@apache.org>
Sun, 9 Oct 2005 10:59:06 +0000 (10:59 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 9 Oct 2005 10:59:06 +0000 (10:59 +0000)
commit13bceeee239fb2b66ef21c5f4a44d99cfb0ef973
treeaf34062eadcc70199f4949059acb449c00cba80c
parent6c4c099fb4fe5c231c5e7892b87cbe55d6b777e5
* Fix a declaration problem introduced in r195013 that is C99 but not ANSI C
  compatible. Thus move declaration of *worker to the top of find_session_route
  to make it ANSI C compatible again.

Submitted by: NormW <normw bocnet.com.au>
Reviewed by: Ruediger Pluem

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