This commit is contained in:
Jesper Hess 2018-10-13 20:50:16 +02:00
parent 90b1a7943f
commit 4c30e76e53
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ function import_filter_networks() {
function dnpeers_import_policy() {
if(!check_roa()) then return false;
if(!import_filter_networks()) then return false:
if(!import_filter_networks()) then return false;
}