]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove some warnings from the code. The buckets take a different
authorRyan Bloom <rbb@apache.org>
Thu, 11 Oct 2001 04:40:14 +0000 (04:40 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 11 Oct 2001 04:40:14 +0000 (04:40 +0000)
commit0385ad938a8bcbabe197eb35142203d81869ac8d
tree4d8b3b66dcfc37e88fbfd8d752f38063c8d7d491
parent705737ea7905f50724e98a3a94512a67dae8253b
Remove some warnings from the code.  The buckets take a different
type for the length than the brigade functions do.  This moves the
len_read variable into the correct scope for the two times that it
is used, and defines it correctly for each scope.

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