Set login to unused for njalla otherwise the program complains.
This commit is contained in:
parent
1e76548b1a
commit
76bfd42871
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue