Changeset 1279 for trunk/pdns/pdns/rcpgenerator.cc
- Timestamp:
- 11/15/08 22:21:03 (21 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/rcpgenerator.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/rcpgenerator.cc
r1275 r1279 109 109 else if(dns_isspace(d_string.at(d_pos))) 110 110 break; 111 else 112 throw RecordTextException( "unable to parse IP address, strange character: "+d_string.at(d_pos));113 111 else { 112 throw RecordTextException(string("unable to parse IP address, strange character: ")+d_string.at(d_pos)); 113 } 114 114 d_pos++; 115 115 if(d_pos == d_string.length())