From e9d13d264307376b780df4587714ffd6fa4a8ed3 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 19 Nov 2016 09:59:56 +0100 Subject: [PATCH] dnsmasq: fix previous --- src/etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 9b7311477..4cedc19da 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -385,7 +385,7 @@ function system_hosts_generate() } /* XXX currenty taints the hosts file, unbound doesn't */ - hosts .= dnsmasq_hosts_generate(); + $hosts .= dnsmasq_hosts_generate(); unbound_hosts_generate(); /*