Plug xform memory leaks. Don't re-initialize an xform for an SA that
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 1 May 2006 16:24:43 +0000 (16:24 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 1 May 2006 16:24:43 +0000 (16:24 +0000)
commit330f047e2f82779bf8c8688a8815c79da85b6343
tree0f98d78be80a832c167f3b948ac6bc5e8cc2d37f
parentd4b818208e1a4cf0d6dedf55474c1a2c2190614e
Plug xform memory leaks. Don't re-initialize an xform for an SA that
already has one.

Add a missing 'break;'

Submitted-by: Gary Allan <dragonfly@gallan.plus.com>
Taken-from: FreeBSD4
sys/netproto/ipsec/ipsec.c