Unverified Commit fbf4cc95 by Christian Brauner Committed by GitHub

Merge pull request #2085 from duguhaotian/master

[console] return wrong console logsize
parents f37d1c22 dcea90a0
......@@ -3276,7 +3276,7 @@ static int get_config_console_buffer_size(const char *key, char *retv,
int inlen, struct lxc_conf *c,
void *data)
{
return lxc_get_conf_uint64(c, retv, inlen, c->autodev);
return lxc_get_conf_uint64(c, retv, inlen, c->console.buffer_size);
}
static int get_config_console_buffer_logfile(const char *key, char *retv,
......
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