Fix obvious problems with relayd config reload.
authorclaudio <claudio@openbsd.org>
Sat, 2 May 2015 13:15:24 +0000 (13:15 +0000)
committerclaudio <claudio@openbsd.org>
Sat, 2 May 2015 13:15:24 +0000 (13:15 +0000)
commit2c8c228728571a8c463724b270c772607b8dc22b
treee3331ba9126fee2d445a8a04551aa404c0408e8d
parentbc61fb54ce8ff953504f5c109ad7cf0febb7276b
Fix obvious problems with relayd config reload.
- fix a TAILQ corruption because of a use after free
- do not reinit the SSL engine since that fails
OK sthen, benno
usr.sbin/relayd/ca.c
usr.sbin/relayd/config.c
usr.sbin/relayd/parse.y
usr.sbin/relayd/relayd.c
usr.sbin/relayd/relayd.h