Commit 9de28746 by Michel Normand Committed by Daniel Lezcano

avoid compile warning in src/lxc/console.c

src/lxc/console.c:143: warning : return type defaults to ‘int’ Signed-off-by: 's avatarMichel Normand <normand@fr.ibm.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent e239ff31
......@@ -139,7 +139,7 @@ out_close:
return 1;
}
static get_default_console(char **console)
static int get_default_console(char **console)
{
int fd;
......
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