- pf_insert_src_node(): global argument (arg6) is useless, function
authorsashan <sashan@openbsd.org>
Tue, 13 Oct 2015 19:32:31 +0000 (19:32 +0000)
committersashan <sashan@openbsd.org>
Tue, 13 Oct 2015 19:32:31 +0000 (19:32 +0000)
commit614a62ad7ddb5b7e95bfb87244c323bef6740a59
treedc0497c6d5e4eb57bc4f98a26f943ed9760dafe0
parente6d77aaa61faf56e2ccd836ceec5b3ff06d9c6b5
- pf_insert_src_node(): global argument (arg6) is useless, function
  always gets pointer to rule.

- pf_remove_src_node(): function should always remove matching src node,
  regardless the sn->rule.ptr being NULL or valid rule

- sn->rule.ptr is never NULL, spotted by mpi and Richard Procter _von_ gmail.com

OK mpi@, OK mikeb@
sys/net/pf.c
sys/net/pf_ioctl.c
sys/net/pf_lb.c
sys/net/pfvar.h