Date: Sun, 22 Jul 2007 08:47:21 GMT From: Andrew Turner <andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 123886 for review Message-ID: <200707220847.l6M8lLos040798@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123886 Change 123886 by andrew@andrew_hermies on 2007/07/22 08:46:59 Mark a connection as closed to allow the back end to accept new connections Affected files ... .. //depot/projects/soc2007/andrew-update/lib/facund_server.c#11 edit Differences ... ==== //depot/projects/soc2007/andrew-update/lib/facund_server.c#11 (text+ko) ==== @@ -59,6 +59,7 @@ { const char *str; + conn->close = 0; conn->parser = XML_ParserCreate(NULL); if (facund_accept(conn) == -1) { XML_ParserFree(conn->parser);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707220847.l6M8lLos040798>
