r5174 - trunk/varnish-cache/lib/libvcl

kristian at varnish-cache.org kristian at varnish-cache.org
Mon Sep 6 16:38:28 CEST 2010


Author: kristian
Date: 2010-09-06 16:38:27 +0200 (Mon, 06 Sep 2010)
New Revision: 5174

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_dir_dns.c
Log:
Don't output old .ident string for DNS director .list


Modified: trunk/varnish-cache/lib/libvcl/vcc_dir_dns.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_dir_dns.c	2010-09-06 14:24:19 UTC (rev 5173)
+++ trunk/varnish-cache/lib/libvcl/vcc_dir_dns.c	2010-09-06 14:38:27 UTC (rev 5174)
@@ -101,7 +101,6 @@
 		Fb(tl, 0, "[%d]", serial);
 	Fb(tl, 0, "\",\n");
 	Emit_Sockaddr(tl, &tmptok, b_defaults.port);
-	vcc_EmitBeIdent(tl, tl->fb, serial, dns_first , tl->t);
 
 	Fb(tl, 0, "\t.hosthdr = \"");
 	if (b_defaults.hostheader != NULL)




More information about the varnish-commit mailing list