]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Clean up isapi_load, removing the request_rec arg [which we never need],
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 20 May 2002 16:51:31 +0000 (16:51 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 20 May 2002 16:51:31 +0000 (16:51 +0000)
commit05fba48654fb450e3886984dcd018b6f7603991b
treebdfac95d38e211d00eda16be683ea48646233a30
parentcb46f849e4a85967102fd0ff37404bfb92aa0c13
  Clean up isapi_load, removing the request_rec arg [which we never need],
  and using the given server and request rather than deref'ing r->server
  [which segfaulted ISAPILoadModule in the 1.73 rev.]

Reported by: Sebastian Hantsch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95187 13f79535-47bb-0310-9956-ffa450edef68
modules/arch/win32/mod_isapi.c