From 2bf6d348b088daf4abef16089e794af97ccf506f Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Wed, 29 May 2024 18:05:37 -0400 Subject: [PATCH] dnsexit2: Reuse the `$url` variable --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 915eb3e..c0572b7 100755 --- a/ddclient.in +++ b/ddclient.in @@ -4210,7 +4210,7 @@ sub nic_dnsexit2_update { data => $data, ); unless ($reply && header_ok($h, $reply)) { - failed("updating %s: Could not connect to %s%s.", $h, $config{$h}{'server'}, $config{$h}{'path'}); + failed("updating %s: Could not connect to %s%s.", $h, $url); last; }; debug("%s", $reply);