]> granicus.if.org Git - apache/commitdiff
This was an identity... sort of silly really.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 4 Aug 2002 18:48:29 +0000 (18:48 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 4 Aug 2002 18:48:29 +0000 (18:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96309 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/child.c

index 2be74259f82a6f2a89f9e184effae6477599fbc6..9046287245c05235b82d26cfe006f5942d6d4da2 100644 (file)
@@ -390,9 +390,6 @@ static void win9x_accept(void * dummy)
        do {
             clen = sizeof(sa_client);
             csd = accept(nsd, (struct sockaddr *) &sa_client, &clen);
-            if (csd == INVALID_SOCKET) {
-                csd = -1;
-            }
         } while (csd < 0 && APR_STATUS_IS_EINTR(apr_get_netos_error()));
 
        if (csd < 0) {