Show
Ignore:
Timestamp:
01/18/06 23:01:16 (7 years ago)
Author:
ahu
Message:

opendbx updates by Norbert

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/modules/opendbxbackend/odbxprivate.cc

    r559 r561  
    139139                if( ( tmp = odbx_field_value( m_result, 4 ) ) != NULL ) 
    140140                { 
     141                        nlast = strtol( tmp, NULL, 10 ); 
     142                } 
     143 
     144                if( ( tmp = odbx_field_value( m_result, 3 ) ) != NULL ) 
     145                { 
    141146                        nserial = strtol( tmp, NULL, 10 ); 
    142                 } 
    143  
    144                 if( ( tmp = odbx_field_value( m_result, 3 ) ) != NULL ) 
    145                 { 
    146                         nlast = strtol( tmp, NULL, 10 ); 
    147147                } 
    148148