From: Andreas Steffen Date: Sat, 24 Feb 2007 23:20:27 +0000 (-0000) Subject: replace ca is realized as del_ca followed by add_ca X-Git-Tag: 4.0.7~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eb4010c01f05f9c2af832225837c5f8d7331a02;p=thirdparty%2Fstrongswan.git replace ca is realized as del_ca followed by add_ca --- diff --git a/src/starter/starter.c b/src/starter/starter.c index 339e698d37..0bf1d7a71a 100644 --- a/src/starter/starter.c +++ b/src/starter/starter.c @@ -449,6 +449,10 @@ int main (int argc, char **argv) { if (ca->state == STATE_ADDED) { + if (starter_charon_pid()) + { + starter_stroke_del_ca(ca); + } if (starter_pluto_pid()) { starter_whack_del_ca(ca);