Reviewing and porting.

git-svn-id: file:///svn/unbound/trunk@97 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-02-14 10:10:43 +00:00
parent 91049947a0
commit c5fec5aa08
7 changed files with 33 additions and 21 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ setup_playback(const char* filename)
perror(filename);
exit(1);
}
scen = replay_scenario_read(in);
scen = replay_scenario_read(in, filename);
fclose(in);
if(!scen)
fatal_exit("Could not read: %s", filename);