PERFORCE change 123886 for review

Andrew Turner andrew at FreeBSD.org
Sun Jul 22 08:47:22 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123886

Change 123886 by andrew at 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);


More information about the p4-projects mailing list