aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/starter/starter.c')
-rw-r--r--src/starter/starter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/starter.c b/src/starter/starter.c
index c70fadc3d..4b49d15b9 100644
--- a/src/starter/starter.c
+++ b/src/starter/starter.c
@@ -338,8 +338,8 @@ int main (int argc, char **argv)
if (starter_pluto_pid())
{
starter_whack_del_conn(conn);
- conn->state = STATE_TO_ADD;
}
+ conn->state = STATE_TO_ADD;
}
}
for (ca = cfg->ca_first; ca; ca = ca->next)