dovecot: And mark pid=-1 so restarting really works.

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 7 14:47:11 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/b1cfce4263a2
changeset: 6227:b1cfce4263a2
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 07 14:47:07 2007 +0300
description:
And mark pid=-1 so restarting really works.

diffstat:

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

diffs (11 lines):

diff -r 315b954801f7 -r b1cfce4263a2 src/auth/mech-winbind.c
--- a/src/auth/mech-winbind.c	Tue Aug 07 14:45:50 2007 +0300
+++ b/src/auth/mech-winbind.c	Tue Aug 07 14:47:07 2007 +0300
@@ -85,6 +85,7 @@ static void winbind_wait_pid(struct winb
 		i_error("winbind: ntlm_auth exited with status %d",
 			status);
 	}
+	winbind->pid = -1;
 }
 
 static void sigchld_handler(int signo __attr_unused__,


More information about the dovecot-cvs mailing list