mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 01:06:58 +00:00
libnetlink: typo fixed
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
parent
3b7c1a1c79
commit
7dcf59de2f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ int nlmsg_receive(char *buf, int len, int (*cb)(struct nlmsghdr *))
|
|||
if (hdr->nlmsg_type == NLMSG_DONE)
|
||||
return 0;
|
||||
if (hdr->nlmsg_type == NLMSG_ERROR) {
|
||||
pr_err("Error getting scokets list\n");
|
||||
pr_err("Error getting sockets list\n");
|
||||
return -1;
|
||||
}
|
||||
if (cb(hdr))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue