From 23b368f5ffc830d651554abf96632c6649dd2fd3 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sun, 19 May 2024 01:10:34 -0400 Subject: [PATCH] Add missing final comma --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 3cf7336..9e73704 100755 --- a/ddclient.in +++ b/ddclient.in @@ -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' => {