Give default value to config.dnsInSync

This commit is contained in:
Johannes Zellner
2015-08-30 22:34:58 -07:00
parent 9c9b17a5f0
commit 0c2532b0b5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ function addDnsRecords() {
return;
}
config.set('adminDnsInSync', true);
config.set('dnsInSync', true);
// send heartbeat after the dns records are done
sendHeartbeat();