From ba8498efbf886ca8b69fdb20c0ba2f5dba9416e3 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 16 Mar 2010 18:02:29 +0200 Subject: [PATCH] auth: Changed worker process to die after auth server closes its connection. --HG-- branch : HEAD --- src/auth/auth-settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/auth-settings.c b/src/auth/auth-settings.c index 72fe966f0b..48bac1cc21 100644 --- a/src/auth/auth-settings.c +++ b/src/auth/auth-settings.c @@ -88,7 +88,7 @@ struct service_settings auth_worker_service_settings = { .process_min_avail = 0, .process_limit = 0, .client_limit = 1, - .service_count = 0, + .service_count = 1, .vsz_limit = -1U, .unix_listeners = { { &auth_worker_unix_listeners_buf, -- 2.47.3