CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/05 15:17:22
Modified files:
sbin/iked : ca.c control.c iked.c iked.h ikev2.c proc.c
Log message:
Fix clean process shutdown by storing env globally like vmd and httpd do
instead of getting it from p_ps. The old approach does not work anymore
after the recent fork + exec update.
ok patrick@
