confile: lxc_list_subkeys()

parent 81023568
...@@ -5814,7 +5814,7 @@ int lxc_list_subkeys(struct lxc_conf *conf, const char *key, char *retv, ...@@ -5814,7 +5814,7 @@ int lxc_list_subkeys(struct lxc_conf *conf, const char *key, char *retv,
} else if (!strcmp(key, "lxc.keyring")) { } else if (!strcmp(key, "lxc.keyring")) {
strprint(retv, inlen, "session\n"); strprint(retv, inlen, "session\n");
} else { } else {
fulllen = -1; fulllen = ret_errno(EINVAL);
} }
return fulllen; return fulllen;
......
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