r656 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sat Aug 5 14:17:26 CEST 2006


Author: phk
Date: 2006-08-05 14:17:26 +0200 (Sat, 05 Aug 2006)
New Revision: 656

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_event.c
Log:
style fix


Modified: trunk/varnish-cache/bin/varnishd/mgt_event.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_event.c	2006-08-05 12:16:48 UTC (rev 655)
+++ trunk/varnish-cache/bin/varnishd/mgt_event.c	2006-08-05 12:17:26 UTC (rev 656)
@@ -147,7 +147,7 @@
 	struct evbase *evb;
 
 	evb = calloc(sizeof *evb, 1);
-	if (!evb)
+	if (evb == NULL)
 		return (evb);
 	if (ev_get_pfd(evb)) {
 		free(evb);




More information about the varnish-commit mailing list