Commit 7a2068e3 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

zdtm: fix compilation of netns-dev

Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 0d8289d8
...@@ -135,7 +135,7 @@ static int check_and_restore(int opt, FILE *fp, struct test_conf *tc) { ...@@ -135,7 +135,7 @@ static int check_and_restore(int opt, FILE *fp, struct test_conf *tc) {
if (val != tc->ipv4_conf_rand[opt]) { if (val != tc->ipv4_conf_rand[opt]) {
fail("Option \"%s/%s\" changed from %d to %d", fail("Option \"%s/%s\" changed from %d to %d",
tc->dir, devconfs4[opt], tc->ipv4_conf_rand[opt], val); tc->dir4, devconfs4[opt], tc->ipv4_conf_rand[opt], val);
return -1; return -1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment