Loading net/xfrm/xfrm_user.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2048,7 +2048,7 @@ static int xfrm_add_pol_expire(struct sk_buff *skb, struct nlmsghdr *nlh, xfrm_audit_policy_delete(xp, 1, true); xfrm_audit_policy_delete(xp, 1, true); } else { } else { // reset the timers here? // reset the timers here? WARN(1, "Dont know what to do with soft policy expire\n"); WARN(1, "Don't know what to do with soft policy expire\n"); } } km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid); km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid); Loading Loading
net/xfrm/xfrm_user.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2048,7 +2048,7 @@ static int xfrm_add_pol_expire(struct sk_buff *skb, struct nlmsghdr *nlh, xfrm_audit_policy_delete(xp, 1, true); xfrm_audit_policy_delete(xp, 1, true); } else { } else { // reset the timers here? // reset the timers here? WARN(1, "Dont know what to do with soft policy expire\n"); WARN(1, "Don't know what to do with soft policy expire\n"); } } km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid); km_policy_expired(xp, p->dir, up->hard, nlh->nlmsg_pid); Loading