Changeset 973 for trunk/pdns/modules/opendbxbackend/odbxprivate.cc
- Timestamp:
- 03/18/07 13:12:06 (6 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/modules/opendbxbackend/odbxprivate.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/modules/opendbxbackend/odbxprivate.cc
r561 r973 129 129 if( ( tmp = odbx_field_value( m_result, 6 ) ) != NULL ) 130 130 { 131 DNSPacket::fillSOAData( string( tmp ), sd );131 fillSOAData( string( tmp ), sd ); 132 132 } 133 133