summaryrefslogtreecommitdiffstats
path: root/crypto-user-fix-memory-leak-in-crypto_reportstat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'crypto-user-fix-memory-leak-in-crypto_reportstat.patch')
-rw-r--r--crypto-user-fix-memory-leak-in-crypto_reportstat.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto-user-fix-memory-leak-in-crypto_reportstat.patch b/crypto-user-fix-memory-leak-in-crypto_reportstat.patch
index 2f7cc0205..8779b8565 100644
--- a/crypto-user-fix-memory-leak-in-crypto_reportstat.patch
+++ b/crypto-user-fix-memory-leak-in-crypto_reportstat.patch
@@ -99,7 +99,7 @@ index 8bad88413de1..1be95432fa23 100644
return err;
+ }
- return nlmsg_unicast(crypto_nlsk, skb, NETLINK_CB(in_skb).portid);
+ return nlmsg_unicast(net->crypto_nlsk, skb, NETLINK_CB(in_skb).portid);
}
--
2.17.1