diff options
Diffstat (limited to 'net/netlabel/netlabel_cipso_v4.c')
-rw-r--r-- | net/netlabel/netlabel_cipso_v4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlabel/netlabel_cipso_v4.c b/net/netlabel/netlabel_cipso_v4.c index f1788bd290f8..52628878524c 100644 --- a/net/netlabel/netlabel_cipso_v4.c +++ b/net/netlabel/netlabel_cipso_v4.c | |||
@@ -568,7 +568,7 @@ list_start: | |||
568 | 568 | ||
569 | genlmsg_end(ans_skb, data); | 569 | genlmsg_end(ans_skb, data); |
570 | 570 | ||
571 | ret_val = genlmsg_unicast(ans_skb, info->snd_pid); | 571 | ret_val = genlmsg_reply(ans_skb, info); |
572 | if (ret_val != 0) | 572 | if (ret_val != 0) |
573 | goto list_failure; | 573 | goto list_failure; |
574 | 574 | ||