diff options
Diffstat (limited to 'net/xfrm')
-rw-r--r-- | net/xfrm/xfrm_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c index bd16c6c7e1e7..0cebf1fc37a2 100644 --- a/net/xfrm/xfrm_user.c +++ b/net/xfrm/xfrm_user.c | |||
@@ -2048,7 +2048,7 @@ static int xfrm_add_pol_expire(struct sk_buff *skb, struct nlmsghdr *nlh, | |||
2048 | xfrm_audit_policy_delete(xp, 1, true); | 2048 | xfrm_audit_policy_delete(xp, 1, true); |
2049 | } else { | 2049 | } else { |
2050 | // reset the timers here? | 2050 | // reset the timers here? |
2051 | WARN(1, "Dont know what to do with soft policy expire\n"); | 2051 | WARN(1, "Don't know what to do with soft policy expire\n"); |
2052 | } | 2052 | } |
2053 | km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid); | 2053 | km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid); |
2054 | 2054 | ||