unbound: argument unused

This commit is contained in:
Franco Fichtner 2022-08-01 12:21:11 +02:00
parent af959da8b6
commit 507ee2768f

View File

@ -393,7 +393,7 @@ function unbound_cache_flush()
configd_run('unbound cache flush');
}
function unbound_configure_do($verbose = false, $interface = '')
function unbound_configure_do($verbose = false, $unused = '')
{
global $config;