]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a compile break. ap_set_content_length is a void function now, so we
authorRyan Bloom <rbb@apache.org>
Wed, 8 Nov 2000 02:46:00 +0000 (02:46 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 8 Nov 2000 02:46:00 +0000 (02:46 +0000)
commit0225f3424ae40d812e5a03a08ef8f5aa136180a0
treed2256c3770ea4e2b003de75720f0098b38a0b3da
parentefc5b26cf127b902c1d4f6fb5da5a797e1f06735
Fix a compile break.  ap_set_content_length is a void function now, so we
can't check the return code.

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