Skip to content

Commit

Permalink
Stop using -y on filterdns call
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Oct 24, 2016
1 parent 517b893 commit a4aebf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/etc/inc/captiveportal.inc
Expand Up @@ -1328,8 +1328,7 @@ function captiveportal_filterdns_configure() {
} else {
mwexec("/usr/local/sbin/filterdns -p " .
"{$g['varrun_path']}/filterdns-{$cpzone}-cpah.pid" .
" -i 300 -c {$cp_filterdns_filename} " .
"-y {$cpzoneid} -d 1");
" -i 300 -c {$cp_filterdns_filename} -d 1");
}
} else {
killbypid("{$g['varrun_path']}/filterdns-{$cpzone}-cpah.pid");
Expand Down

0 comments on commit a4aebf4

Please sign in to comment.