dovecot: Removed bad comment.

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


details:   http://hg.dovecot.org/dovecot/rev/0b4ec1687f3c
changeset: 6228:0b4ec1687f3c
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 07 14:47:26 2007 +0300
description:
Removed bad comment.

diffstat:

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

diffs (11 lines):

diff -r b1cfce4263a2 -r 0b4ec1687f3c src/auth/mech-winbind.c
--- a/src/auth/mech-winbind.c	Tue Aug 07 14:47:07 2007 +0300
+++ b/src/auth/mech-winbind.c	Tue Aug 07 14:47:26 2007 +0300
@@ -67,7 +67,6 @@ static void winbind_wait_pid(struct winb
 	if (winbind->pid == -1)
 		return;
 
-	/* FIXME: if we ever do some other kind of forking, this needs fixing */
 	if (waitpid(winbind->pid, &status, WNOHANG) == -1) {
 		if (errno != ECHILD && errno != EINTR)
 			i_error("waitpid() failed: %m");


More information about the dovecot-cvs mailing list