Skip to content

Commit

Permalink
confile: lxc_list_subkeys()
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Dec 15, 2020
1 parent 8102356 commit 1a24c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/confile.c
Expand Up @@ -5814,7 +5814,7 @@ int lxc_list_subkeys(struct lxc_conf *conf, const char *key, char *retv,
} else if (!strcmp(key, "lxc.keyring")) {
strprint(retv, inlen, "session\n");
} else {
fulllen = -1;
fulllen = ret_errno(EINVAL);
}

return fulllen;
Expand Down

0 comments on commit 1a24c7a

Please sign in to comment.