Fixup and test.

git-svn-id: file:///svn/unbound/trunk@654 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-10-03 12:20:55 +00:00
parent a73089c5f0
commit a740dfe195
4 changed files with 251 additions and 4 deletions
+3 -1
View File
@@ -135,8 +135,10 @@ replay_range_read(char* remain, FILE* in, const char* name, int* lineno,
parse = line;
while(isspace((int)*parse))
parse++;
if(!*parse || *parse == ';')
if(!*parse || *parse == ';') {
pos = ftello(in);
continue;
}
if(parse_keyword(&parse, "ADDRESS")) {
while(isspace((int)*parse))
parse++;