Ticket #147: pdns_recursor.cc.patch
| File pdns_recursor.cc.patch, 0.5 kB (added by anon, 1 year ago) |
|---|
-
pdns_recursor.cc
old new 1377 1377 while(zpt.get(rr)) { 1378 1378 try { 1379 1379 string tmp=DNSRR2String(rr); 1380 rr=String2DNSRR(rr.qname, rr.qtype, tmp, 3600);1380 rr=String2DNSRR(rr.qname, rr.qtype, tmp, rr.ttl); 1381 1381 } 1382 1382 catch(exception &e) { 1383 1383 throw AhuException("Error parsing record '"+rr.qname+"' of type "+rr.qtype.getName()+" in zone '"+headers.first+"' from file '"+headers.second+"': "+e.what());