From 507ee2768fdb8d28b1deef8f706df18abfdbf8f2 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 1 Aug 2022 12:21:11 +0200 Subject: [PATCH] unbound: argument unused --- src/etc/inc/plugins.inc.d/unbound.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/plugins.inc.d/unbound.inc b/src/etc/inc/plugins.inc.d/unbound.inc index 4f2d8919f..7ce748f22 100644 --- a/src/etc/inc/plugins.inc.d/unbound.inc +++ b/src/etc/inc/plugins.inc.d/unbound.inc @@ -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;