about summary refs log tree commit diff
path: root/src/core/dns/nm-dns-unbound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dns/nm-dns-unbound.c')
-rw-r--r--src/core/dns/nm-dns-unbound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dns/nm-dns-unbound.c b/src/core/dns/nm-dns-unbound.c
index f5a53332..8a75cf08 100644
--- a/src/core/dns/nm-dns-unbound.c
+++ b/src/core/dns/nm-dns-unbound.c
@@ -28,7 +28,7 @@ static gboolean
 update(NMDnsPlugin             *plugin,
        const NMGlobalDnsConfig *global_config,
        const CList             *ip_config_lst_head,
-       const char              *hostname,
+       const char              *hostdomain,
        GError                 **error)
 {
     char                 *argv[] = {DNSSEC_TRIGGER_PATH, "--async", "--update", NULL};