Skip to content

Commit

Permalink
fix t_rewrite_config not updated to addrewrite() function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Mauchle committed May 2, 2019
1 parent f4aace9 commit 774236f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/t_rewrite_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ main (int argc, char *argv[])
expected = maketlv(1,5,expectedvalue);

addrewrite(rewritename, 0, NULL, NULL, addattrs,
NULL, NULL, NULL, NULL);
NULL, NULL, NULL, NULL, NULL);

result = getrewrite(rewritename, NULL);

Expand Down

0 comments on commit 774236f

Please sign in to comment.