From 183df2a7eb8c54060ac15c54fd5a9e01797f5e11 Mon Sep 17 00:00:00 2001 From: wimpunk Date: Mon, 28 May 2007 17:02:31 +0000 Subject: [PATCH] Changed nic_namecheap_update following the suggestion of edmdude on the forum (https://sourceforge.net/forum/message.php?msg_id=4316938) git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@52 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- svn/ddclient | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svn/ddclient b/svn/ddclient index 033c3c6..3be02d6 100755 --- a/svn/ddclient +++ b/svn/ddclient @@ -3047,8 +3047,8 @@ sub nic_namecheap_update { my $url; $url = "http://$config{$h}{'server'}/update"; - $url .= "?host=$config{$h}{'login'}"; - $url .= "&domain=$h"; + $url .= "?host=$h"; + $url .= "&domain=$config{$h}{'login'}"; $url .= "&password=$config{$h}{'password'}"; $url .= "&ip="; $url .= $ip if $ip;