mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 13:28:27 +00:00
tty: Drop dangling \Tab
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
652fbf3bd1
commit
819f41eaa5
2
tty.c
2
tty.c
@ -1262,7 +1262,7 @@ static int collect_one_tty_info_entry(void *obj, ProtobufCMessage *msg)
|
|||||||
info->tie->type, info->tie->id);
|
info->tie->type, info->tie->id);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
INIT_LIST_HEAD(&info->list);
|
INIT_LIST_HEAD(&info->list);
|
||||||
list_add(&info->list, &all_tty_info_entries);
|
list_add(&info->list, &all_tty_info_entries);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user