Changeset 664
- Timestamp:
- 04/06/06 12:03:39 (7 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/pdns_recursor.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/pdns_recursor.cc
r662 r664 248 248 } 249 249 if(rr.qtype.getCode()==QType::NS) { 250 rr.content=toLower(rr.content); 250 251 nsset.insert(rr); 251 252 }