From 7eb4010c01f05f9c2af832225837c5f8d7331a02 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 24 Feb 2007 23:20:27 +0000 Subject: [PATCH] replace ca is realized as del_ca followed by add_ca --- src/starter/starter.c | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.47.2