confile: get_config_prlimit()

parent abd5586d
......@@ -4031,7 +4031,7 @@ static int get_config_prlimit(const char *key, char *retv, int inlen,
else if (strncmp(key, "lxc.prlimit.", 12) == 0)
key += 12;
else
return -1;
return ret_errno(EINVAL);
lxc_list_for_each(it, &c->limits) {
/* 2 colon separated 64 bit integers or the word 'unlimited' */
......
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