diff src/auth/mech-winbind.c @ 6227:b1cfce4263a2 HEAD

And mark pid=-1 so restarting really works.
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Aug 2007 14:47:07 +0300
parents 315b954801f7
children 0b4ec1687f3c
line wrap: on
line diff
--- 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 @@
 		i_error("winbind: ntlm_auth exited with status %d",
 			status);
 	}
+	winbind->pid = -1;
 }
 
 static void sigchld_handler(int signo __attr_unused__,