r123 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu Apr 6 10:16:26 CEST 2006


Author: phk
Date: 2006-04-06 10:16:26 +0200 (Thu, 06 Apr 2006)
New Revision: 123

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_child.c
Log:
Don't attempt to restart child process (yet).

Add Id Keyword handling


Modified: trunk/varnish-cache/bin/varnishd/mgt_child.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_child.c	2006-04-06 08:15:46 UTC (rev 122)
+++ trunk/varnish-cache/bin/varnishd/mgt_child.c	2006-04-06 08:16:26 UTC (rev 123)
@@ -290,6 +290,9 @@
 	printf("pid = %d status = 0x%x\n", p, status);
 	assert(p == child_pid);
 
+	printf("Child died :-(\n");
+	exit (0);
+
 	bufferevent_free(child_std); /* XXX: is this enough ? */
 	child_std = NULL;
 


Property changes on: trunk/varnish-cache/bin/varnishd/mgt_child.c
___________________________________________________________________
Name: svn:keywords
   + Id




More information about the varnish-commit mailing list