Changeset 1950
- Timestamp:
- 01/31/11 14:08:24 (2 years ago)
- Location:
- trunk/pdns/pdns
- Files:
-
- 2 modified
-
common_startup.cc (modified) (1 diff)
-
slavecommunicator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/common_startup.cc
r1868 r1950 118 118 119 119 ::arg().set("trusted-notification-proxy", "IP address of incoming notification proxy")=""; 120 ::arg().set("slave-renotify", "If we should send out notifications for slaved updates")="no"; 120 121 121 122 ::arg().set("default-ttl","Seconds a result is valid if not set otherwise")="3600"; -
trunk/pdns/pdns/slavecommunicator.cc
r1942 r1950 161 161 di.backend->setFresh(domain_id); 162 162 L<<Logger::Error<<"AXFR done for '"<<domain<<"', zone committed"<<endl; 163 if(::arg().mustDo("slave-renotify")) 164 notifyDomain(domain); 163 165 } 164 166 catch(DBException &re) {