Changeset 1276 for trunk/pdns/pdns/backends/bind/zone2sql.cc
- Timestamp:
- 11/15/08 21:40:26 (21 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/backends/bind/zone2sql.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/backends/bind/zone2sql.cc
r1266 r1276 288 288 num_domainsdone++; 289 289 } 290 catch( exception &ae) {290 catch(std::exception &ae) { 291 291 if(!::arg().mustDo("on-error-resume-next")) 292 292 throw; … … 323 323 return 0; 324 324 } 325 catch( exception &e) {325 catch(std::exception &e) { 326 326 cerr<<"died because of STL error: "<<e.what()<<endl; 327 327 exit(0);