changeset 6228:0b4ec1687f3c HEAD

Removed bad comment.
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Aug 2007 14:47:26 +0300
parents b1cfce4263a2
children ad1b948c5fa2
files src/auth/mech-winbind.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	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");