]> 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)
commit3bdaee1ad9dd640db5854745240402dca49c066c
treed2256c3770ea4e2b003de75720f0098b38a0b3da
parent842e9f1365c46f2be114f8bbdcbafa98bc37aebb
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