Commit 9a50204e authored by Victor J. Orlikowski's avatar Victor J. Orlikowski
Browse files

SINGLE_LISTEN_UNSERIALIZED_ACCEPT applies to every kernel after

2.2, not just 2.2.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89346 13f79535-47bb-0310-9956-ffa450edef68
parent ee5b3ef9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ case "$host" in
      ;;
  *-linux-*)
      case `uname -r` in
        2.2* ) APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
        2.[[2-9]]* ) APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
            ;;
        * )
            ;;