r2486 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri Feb 15 14:31:47 CET 2008


Author: phk
Date: 2008-02-15 14:31:47 +0100 (Fri, 15 Feb 2008)
New Revision: 2486

Modified:
   trunk/varnish-cache/bin/varnishd/varnishd.c
Log:
Somebody ate my ')' on the way to the commit.


Modified: trunk/varnish-cache/bin/varnishd/varnishd.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.c	2008-02-15 13:19:49 UTC (rev 2485)
+++ trunk/varnish-cache/bin/varnishd/varnishd.c	2008-02-15 13:31:47 UTC (rev 2486)
@@ -553,7 +553,7 @@
 	if (d_flag == 1)
 		printf("%d\n", getpid());
 
-	if (pfh != NULL && vpf_write(pfh) 
+	if (pfh != NULL && vpf_write(pfh)) 
 		fprintf(stderr, "NOTE: Could not write PID file\n");
 
 	mgt_cli_init();




More information about the varnish-commit mailing list