Changeset 2562
- Timestamp:
- 04/11/12 13:09:56 (13 months ago)
- Location:
- trunk/pdns/pdns
- Files:
-
- 2 modified
-
dynlistener.cc (modified) (1 diff)
-
slavecommunicator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dynlistener.cc
r2549 r2562 266 266 line.append("\n"); 267 267 line.append("\n"); 268 if( write(1,line.c_str(),line.length()) != line.length())268 if((unsigned int)write(1,line.c_str(),line.length()) != line.length()) 269 269 L<<Logger::Error<<"Error sending data to console: "<<stringerror()<<endl; 270 270 -
trunk/pdns/pdns/slavecommunicator.cc
r2547 r2562 81 81 UeberBackend *B=dynamic_cast<UeberBackend *>(P.getBackend()); // copy of the same UeberBackend 82 82 NSEC3PARAMRecordContent ns3pr, hadNs3pr; 83 bool narrow, hadNarrow ;83 bool narrow, hadNarrow=false; 84 84 DNSSECKeeper dk; // has its own ueberbackend 85 85 bool dnssecZone = false;