Commit 243cae25 by Serge Hallyn

tests/getkeys: return 0 on success

parent b494d2dd
......@@ -64,6 +64,7 @@ int main(int argc, char *argv[])
goto out;
}
printf("get_keys for nic 1 returned %d\n%s", ret, v3);
ret = 0;
out:
lxc_container_put(c);
......
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