r1470 - trunk/varnish-cache/bin/varnishtop

des at projects.linpro.no des at projects.linpro.no
Wed May 23 14:13:53 CEST 2007


Author: des
Date: 2007-05-23 14:13:53 +0200 (Wed, 23 May 2007)
New Revision: 1470

Modified:
   trunk/varnish-cache/bin/varnishtop/varnishtop.c
Log:
Nit: mark exit point.


Modified: trunk/varnish-cache/bin/varnishtop/varnishtop.c
===================================================================
--- trunk/varnish-cache/bin/varnishtop/varnishtop.c	2007-05-23 12:10:20 UTC (rev 1469)
+++ trunk/varnish-cache/bin/varnishtop/varnishtop.c	2007-05-23 12:13:53 UTC (rev 1470)
@@ -199,5 +199,5 @@
 			TAILQ_INSERT_BEFORE(tp, tp2, list);
 		}
 	}
-	return (0);
+	exit(0);
 }




More information about the varnish-commit mailing list