dovecot: One more pid fix.

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 7 15:33:14 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/616872f3710c
changeset: 6234:616872f3710c
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 07 15:33:10 2007 +0300
description:
One more pid fix.

diffstat:

1 file changed, 1 insertion(+)
src/auth/mech-winbind.c |    1 +

diffs (11 lines):

diff -r 14a529abc646 -r 616872f3710c src/auth/mech-winbind.c
--- a/src/auth/mech-winbind.c	Tue Aug 07 15:17:28 2007 +0300
+++ b/src/auth/mech-winbind.c	Tue Aug 07 15:33:10 2007 +0300
@@ -145,6 +145,7 @@ static void winbind_helper_connect(struc
 	(void)close(infd[1]);
 	(void)close(outfd[0]);
 
+	winbind->pid = pid;
 	winbind->in_pipe =
 		i_stream_create_fd(infd[0], AUTH_CLIENT_MAX_LINE_LENGTH, TRUE);
 	winbind->out_pipe =


More information about the dovecot-cvs mailing list