]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Don't retrieve the default service name if the -k run arg is given.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 17 Aug 2001 16:57:06 +0000 (16:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 17 Aug 2001 16:57:06 +0000 (16:57 +0000)
commitee82e657132caf2e55cf6b312cc61e334e4bc492
tree4eb34edb333b0c4335a833407961357816455cd0
parent94df2d3b03e1d84ea06cbab0b0520e075dbf3e7f
  Don't retrieve the default service name if the -k run arg is given.
  -k run represents running 'in a console', and is the default if no
  -k option is given at all.

  Perhaps we want to assume -k start as the default (meaning a console
  user in the future would have to explicitly ask for -k run if they
  want to test as a console) now that services are far more stable.
  That can be debated as a seperate patch.

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