Unverified Commit af866059 by 2xsec

tests: cleanup getkeys.c

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent b947e657
...@@ -51,6 +51,7 @@ int main(int argc, char *argv[]) ...@@ -51,6 +51,7 @@ int main(int argc, char *argv[])
ret = 1; ret = 1;
goto out; goto out;
} }
ret = c->get_keys(c, NULL, v3, len+1); ret = c->get_keys(c, NULL, v3, len+1);
if (ret != len) { if (ret != len) {
fprintf(stderr, "%d: failed to get keys (%d)\n", __LINE__, ret); fprintf(stderr, "%d: failed to get keys (%d)\n", __LINE__, ret);
......
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