On Wed, 2006-06-21 at 19:17, Junio C Hamano wrote: > > Somehow this does not work when connecting to git daemon that > > runs under inetd. Fixes appreciated. > > This seems to fix it. > - fclose(stderr); //FIXME: workaround > + freopen("/dev/null", "w", stderr); > Sweet. Thanks! jdl - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html