r2519 - trunk/varnish-cache/lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Wed Feb 20 11:59:25 CET 2008


Author: phk
Date: 2008-02-20 11:59:25 +0100 (Wed, 20 Feb 2008)
New Revision: 2519

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_backend.c
Log:
Count directors as backends.


Modified: trunk/varnish-cache/lib/libvcl/vcc_backend.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_backend.c	2008-02-19 12:05:41 UTC (rev 2518)
+++ trunk/varnish-cache/lib/libvcl/vcc_backend.c	2008-02-20 10:59:25 UTC (rev 2519)
@@ -490,4 +490,5 @@
 		vcc_ErrWhere(tl, t_first);
 		return;
 	}
+	tl->nbackend++;
 }




More information about the varnish-commit mailing list