From: phk Date: Fri, 15 Feb 2008 13:31:47 +0000 (+0000) Subject: Somebody ate my ')' on the way to the commit. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43827d51bd6dd3b5bb3f0104b44a411fa5c1b36e;p=varnish Somebody ate my ')' on the way to the commit. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2486 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/varnishd.c b/varnish-cache/bin/varnishd/varnishd.c index 9823d08a..b716ff5d 100644 --- a/varnish-cache/bin/varnishd/varnishd.c +++ b/varnish-cache/bin/varnishd/varnishd.c @@ -553,7 +553,7 @@ main(int argc, char *argv[]) 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();