Commit bf1ca46d authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Cyrill Gorcunov

show_unixsk(): show backlog for real

This is probably a typo in commit 1a1979ccSigned-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent b5a377ca
......@@ -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) {
......
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