Commit fa66faec authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

zdtm/different_creds: return smth from main()

Reported-by: Mr. Travis
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent f9d1bb50
...@@ -83,4 +83,5 @@ int main(int argc, char ** argv) ...@@ -83,4 +83,5 @@ int main(int argc, char ** argv)
fail("shouldn't dump successfully"); fail("shouldn't dump successfully");
exit_group(ret); exit_group(ret);
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