Skip to content

Commit

Permalink
OOB range fixed; extensive valgrind tests done.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz bla Fortuna committed Jan 13, 2010
1 parent 1c0665d commit f9a43f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libotp/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ static int _config_parse(cfg_t *cfg, const char *config_path)
REQUIRE_ARG(0, 1);
cfg->silent = arg;
} else if (_EQ(line_buf, "oob")) {
REQUIRE_ARG(0, 2);
REQUIRE_ARG(0, 3);
cfg->oob = arg;
} else if (_EQ(line_buf, "oob_delay")) {
REQUIRE_ARG(0, 172800);
Expand Down

0 comments on commit f9a43f5

Please sign in to comment.