From: des Date: Wed, 23 May 2007 12:13:53 +0000 (+0000) Subject: Nit: mark exit point. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86d5c5789570dc47f96a496e4e23abd09ef03581;p=varnish Nit: mark exit point. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1470 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtop/varnishtop.c b/varnish-cache/bin/varnishtop/varnishtop.c index f9ea9ba3..b470ddbe 100644 --- a/varnish-cache/bin/varnishtop/varnishtop.c +++ b/varnish-cache/bin/varnishtop/varnishtop.c @@ -199,5 +199,5 @@ main(int argc, char **argv) TAILQ_INSERT_BEFORE(tp, tp2, list); } } - return (0); + exit(0); }