]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
As noted by Yann, this resulted in a dead var assignment. Preinit won't
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 17 Jul 2014 04:30:25 +0000 (04:30 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 17 Jul 2014 04:30:25 +0000 (04:30 +0000)
commit3d737aca1f8d23be8c1d78c484ee09a4e6c3ce84
treef82d16218b971343958d68085d1c3753f7eb5126
parent78b2f62d173a25799ffb0a65669612c85513080f
As noted by Yann, this resulted in a dead var assignment.  Preinit won't
work due to the fact that we overload rv as both the DWORD windows result
and the apr_status_t result code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611244 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/winnt/service.c