From c08d7e9acd73079615999a6a42314348743cfd7f Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 30 May 2006 07:58:45 +0000 Subject: [PATCH] bugfix: when creating a daemon spec _use_ the auto_close value passed as argument instead of ignoring it --- helm/software/DEVEL/ocaml-http/http_daemon.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/software/DEVEL/ocaml-http/http_daemon.ml b/helm/software/DEVEL/ocaml-http/http_daemon.ml index 2457c8a73..1b922ea16 100644 --- a/helm/software/DEVEL/ocaml-http/http_daemon.ml +++ b/helm/software/DEVEL/ocaml-http/http_daemon.ml @@ -454,6 +454,7 @@ let daemon_spec { default_spec with address = address; auth = auth; + auto_close = auto_close; callback = callback; mode = mode; port = port; -- 2.39.2