Changeset 561 for trunk/pdns/modules/opendbxbackend/odbxprivate.cc
- Timestamp:
- 01/18/06 23:01:16 (7 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/modules/opendbxbackend/odbxprivate.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/modules/opendbxbackend/odbxprivate.cc
r559 r561 139 139 if( ( tmp = odbx_field_value( m_result, 4 ) ) != NULL ) 140 140 { 141 nlast = strtol( tmp, NULL, 10 ); 142 } 143 144 if( ( tmp = odbx_field_value( m_result, 3 ) ) != NULL ) 145 { 141 146 nserial = strtol( tmp, NULL, 10 ); 142 }143 144 if( ( tmp = odbx_field_value( m_result, 3 ) ) != NULL )145 {146 nlast = strtol( tmp, NULL, 10 );147 147 } 148 148