From 76bfd42871951d561953821fb07d971b422081e3 Mon Sep 17 00:00:00 2001 From: Dimitris Paraskevopoulos Date: Sat, 17 Sep 2022 23:57:33 +0300 Subject: [PATCH] Set login to unused for njalla otherwise the program complains. --- ddclient.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ddclient.in b/ddclient.in index f8360dc..d84d0d8 100755 --- a/ddclient.in +++ b/ddclient.in @@ -768,6 +768,7 @@ my %services = ( 'examples' => \&nic_njalla_examples, 'variables' => { %{$variables{'service-common-defaults'}}, + 'login' => setv(T_STRING, 0, 0, 'unused', undef), 'server' => setv(T_FQDNP, 1, 0, 'njal.la', undef), 'quietreply' => setv(T_BOOL, 0, 1, 0, undef) },