diff --git a/src/dns/namecheap.js b/src/dns/namecheap.js index f2e84e4d2..e834cf5da 100644 --- a/src/dns/namecheap.js +++ b/src/dns/namecheap.js @@ -253,7 +253,7 @@ function verifyDnsConfig(domainObject, callback) { debug('verifyDnsConfig: Test A record added with change id %s', changeId); - del(dnsConfig, zoneName, testSubdomain, 'A', [ip], function (error) { + del(domainObject, testSubdomain, 'A', [ip], function (error) { if (error) return callback(error); debug('verifyDnsConfig: Test A record removed again');