]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/console.c
console: lxc_terminal_setup()
[mirror_lxc.git] / src / lxc / console.c
index 3a1d6bd78b017db7b0c0059b8fcca655c56150a8..37011a44faef7ceb7680f4fcbec07d7ed05cb3e7 100644 (file)
@@ -870,7 +870,7 @@ err:
        return -ENODEV;
 }
 
-int lxc_terminal_create(struct lxc_conf *conf)
+int lxc_terminal_setup(struct lxc_conf *conf)
 {
        int ret;
        struct lxc_pty *terminal = &conf->console;