[CRIU] [PATCH 5/7] show_unixsk(): show backlog for real
Kir Kolyshkin
kir at openvz.org
Fri Feb 10 18:30:08 EST 2012
This is probably a typo in commit 1a1979c
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
sockets.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sockets.c b/sockets.c
index f7e8562..47ead71 100644
--- a/sockets.c
+++ b/sockets.c
@@ -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) {
--
1.7.7.6
More information about the CRIU
mailing list