Set login to unused for njalla otherwise the program complains.

This commit is contained in:
Dimitris Paraskevopoulos 2022-09-17 23:57:33 +03:00
parent 1e76548b1a
commit 76bfd42871

View file

@ -768,6 +768,7 @@ my %services = (
'examples' => \&nic_njalla_examples, 'examples' => \&nic_njalla_examples,
'variables' => { 'variables' => {
%{$variables{'service-common-defaults'}}, %{$variables{'service-common-defaults'}},
'login' => setv(T_STRING, 0, 0, 'unused', undef),
'server' => setv(T_FQDNP, 1, 0, 'njal.la', undef), 'server' => setv(T_FQDNP, 1, 0, 'njal.la', undef),
'quietreply' => setv(T_BOOL, 0, 1, 0, undef) 'quietreply' => setv(T_BOOL, 0, 1, 0, undef)
}, },