diff options
author | Ingela Anderton Andin <[email protected]> | 2013-12-17 09:14:56 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-01-10 16:01:27 +0100 |
commit | d9674f32811cd5bb02b0d6656053b5ee226bc74c (patch) | |
tree | 32d92a3b09a8bd3f2d793cce830bd43ac4b3b421 /lib/inets/src/http_server/Makefile | |
parent | faafa93775d3c56cb6f59b9096e959cac6a59e25 (diff) | |
download | otp-d9674f32811cd5bb02b0d6656053b5ee226bc74c.tar.gz otp-d9674f32811cd5bb02b0d6656053b5ee226bc74c.tar.bz2 otp-d9674f32811cd5bb02b0d6656053b5ee226bc74c.zip |
inets: Mend broken max_clients check
Conflicts:
lib/inets/src/http_server/httpd_manager.erl
Diffstat (limited to 'lib/inets/src/http_server/Makefile')
-rw-r--r-- | lib/inets/src/http_server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/inets/src/http_server/Makefile b/lib/inets/src/http_server/Makefile index 67555d5f1c..2660d04d16 100644 --- a/lib/inets/src/http_server/Makefile +++ b/lib/inets/src/http_server/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2005-2012. All Rights Reserved. +# Copyright Ericsson AB 2005-2013. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -43,6 +43,7 @@ MODULES = \ httpd \ httpd_acceptor \ httpd_acceptor_sup \ + httpd_connection_sup\ httpd_cgi \ httpd_conf \ httpd_example \ |