Add missing final comma
This commit is contained in:
parent
27b5c535bc
commit
23b368f5ff
1 changed files with 1 additions and 1 deletions
|
@ -918,7 +918,7 @@ my %services = (
|
|||
%{$variables{'service-common-defaults'}},
|
||||
'login' => 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),
|
||||
},
|
||||
},
|
||||
'noip' => {
|
||||
|
|
Loading…
Reference in a new issue