diff options
author | Ermal <eri@pfsense.org> | 2011-05-02 16:53:38 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-05-02 16:53:38 +0000 |
commit | 3bae60be171c1a845ef1fdc0a541bd08c8737a45 (patch) | |
tree | 871371f7a796b3ff4701b82ee04596a95c814d8e /etc/inc | |
parent | c639315e3c86ae6cc2a1d1030347340f340f8270 (diff) | |
download | pfsense-3bae60be171c1a845ef1fdc0a541bd08c8737a45.zip pfsense-3bae60be171c1a845ef1fdc0a541bd08c8737a45.tar.gz |
Add a newline to the igmpproxy config to resolve issues of it not parsing correctly the file. Reported-by: http://forum.pfsense.org/index.php/topic,36279.0.html
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/services.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc index ebb1bf9..62edc44 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -436,6 +436,7 @@ EOD; $realif = get_real_interface($ifn); $igmpconf .= "phyint {$realif} disabled\n"; } + $igmpconf .= "\n"; $igmpfl = fopen($g['tmp_path'] . "/igmpproxy.conf", "w"); if (!$igmpfl) { |