Deleted Added
full compact
39c39
< __FBSDID("$FreeBSD: stable/10/sys/netpfil/pf/pf_ioctl.c 285939 2015-07-28 09:09:01Z glebius $");
---
> __FBSDID("$FreeBSD: stable/10/sys/netpfil/pf/pf_ioctl.c 285940 2015-07-28 09:13:55Z glebius $");
3433c3433
< pf_unlink_src_node_locked(sn);
---
> pf_unlink_src_node(sn);
3446,3449c3446
< if (s->src_node && s->src_node->expire == 1) {
< #ifdef INVARIANTS
< s->src_node->states--;
< #endif
---
> if (s->src_node && s->src_node->expire == 1)
3451,3455c3448
< }
< if (s->nat_src_node && s->nat_src_node->expire == 1) {
< #ifdef INVARIANTS
< s->nat_src_node->states--;
< #endif
---
> if (s->nat_src_node && s->nat_src_node->expire == 1)
3457d3449
< }