Commit 192cf6e4 authored by Evgeny Kotkov's avatar Evgeny Kotkov
Browse files

mpm_winnt: Following up on r1801144, use the new accept_filter_e enum

values in a couple of missed places in winnt_accept().


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801456 13f79535-47bb-0310-9956-ffa450edef68
parent 725d3434
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -520,7 +520,7 @@ reinit: /* target of connect upon too many AcceptEx failures */
                                     "winnt_mpm: falling back to "
                                     "'AcceptFilter none'.");
                        err_count = 0;
                        accf = 0;
                        accf = ACCEPT_FILTER_NONE;
                    }
                    continue;
                }
@@ -537,7 +537,7 @@ reinit: /* target of connect upon too many AcceptEx failures */
                                     "winnt_mpm: falling back to "
                                     "'AcceptFilter none'.");
                        err_count = 0;
                        accf = 0;
                        accf = ACCEPT_FILTER_NONE;
                        goto reinit;
                    }
                    continue;