Show
Ignore:
Timestamp:
11/29/02 23:50:56 (10 years ago)
Author:
ahu
Message:

add unknown errors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/backends/bind/zone2sql.cc

    r2 r36  
    1919/* accepts a named.conf as parameter and outputs heaps of sql */ 
    2020 
    21 // $Id: zone2sql.cc,v 1.1 2002/11/27 15:18:39 ahu Exp $  
     21// $Id: zone2sql.cc,v 1.2 2002/11/29 22:50:56 ahu Exp $  
    2222#ifdef WIN32 
    2323# pragma warning ( disable: 4786 ) 
     
    263263    return 0; 
    264264  } 
     265  catch(...) { 
     266    cerr<<"An unknown error occured"<<endl; 
     267    return 0; 
     268  } 
    265269   
    266270  if((mode==POSTGRES || mode==ORACLE) && arg().mustDo("transactions") && g_intransaction)