bool doTransaction{true};
bool inTransaction{false};
- bool doOptions{false};
CatalogInfo ciCreate, ciRemove;
std::unordered_map<DNSName, bool> clearCache;
vector<CatalogInfo> retrieve;
CatalogInfo ciXFR = *xfr;
CatalogInfo ciDB = *db;
if (ciDB.d_unique.empty() || ciXFR.d_unique == ciDB.d_unique) { // update
+ bool doOptions{false};
if (ciDB.d_unique.empty()) { // set unique
g_log << Logger::Warning << logPrefix << "set unique, zone '" << ciXFR.d_zone << "' is now a member" << endl;