Changeset 36 for trunk/pdns/pdns/backends/bind/zone2sql.cc
- Timestamp:
- 11/29/02 23:50:56 (10 years 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
r2 r36 19 19 /* accepts a named.conf as parameter and outputs heaps of sql */ 20 20 21 // $Id: zone2sql.cc,v 1. 1 2002/11/27 15:18:39ahu Exp $21 // $Id: zone2sql.cc,v 1.2 2002/11/29 22:50:56 ahu Exp $ 22 22 #ifdef WIN32 23 23 # pragma warning ( disable: 4786 ) … … 263 263 return 0; 264 264 } 265 catch(...) { 266 cerr<<"An unknown error occured"<<endl; 267 return 0; 268 } 265 269 266 270 if((mode==POSTGRES || mode==ORACLE) && arg().mustDo("transactions") && g_intransaction)