2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

show_unixsk(): show backlog for real

This is probably a typo in commit 1a1979c

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
Kir Kolyshkin
2012-02-11 03:30:08 +04:00
committed by Cyrill Gorcunov
parent b5a377ca7d
commit bf1ca46d43

View File

@@ -1171,7 +1171,7 @@ void show_unixsk(int fd)
pr_info("fd %4d type %2d state %2d namelen %4d backlog %4d "
"id %6d peer %6d",
ue.fd, ue.type, ue.state, ue.namelen, ue.namelen,
ue.fd, ue.type, ue.state, ue.namelen, ue.backlog,
ue.id, ue.peer);
if (ue.namelen) {