Timo Sirainen <[EMAIL PROTECTED]> writes:
> On Oct 21, 2008, at 5:27 PM, Sascha Wilde wrote:
>> Sascha Wilde <[EMAIL PROTECTED]> writes:
>>> [userdb-checkpassword]
[...]
> The code is now in dovecot-1.2 tree.

Unfortunately there is one tiny, but essential change missing:

diff -r afdc27e0b665 src/auth/auth.c
--- a/src/auth/auth.c	Wed Oct 22 21:11:47 2008 +0300
+++ b/src/auth/auth.c	Thu Oct 23 13:11:25 2008 +0200
@@ -1,6 +1,7 @@
 /* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */
 
 #include "common.h"
+#include "child-wait.h"
 #include "network.h"
 #include "buffer.h"
 #include "str.h"
@@ -32,6 +33,8 @@
 	auth->verbose_debug = getenv("VERBOSE_DEBUG") != NULL ||
 		auth->verbose_debug_passwords;
 	auth->verbose = getenv("VERBOSE") != NULL || auth->verbose_debug;
+
+	child_wait_init();
 
 	passdb_p = &auth->passdbs;
 	masterdb_p = &auth->masterdbs;
@@ -297,5 +300,6 @@
 	auth_request_handler_deinit();
 	passdb_cache_deinit();
 
+	child_wait_deinit();
 	pool_unref(&auth->pool);
 }

cheers
sascha
-- 
Sascha Wilde                                          OpenPGP key: 4BB86568
http://www.intevation.de/~wilde/                  http://www.intevation.de/
Intevation GmbH, Neuer Graben 17, 49074 Osnabrück; AG Osnabrück, HR B 18998
Geschäftsführer:   Frank Koormann,  Bernhard Reiter,  Dr. Jan-Oliver Wagner

Attachment: pgpK4sCPJFE6A.pgp
Description: PGP signature

Reply via email to