aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starter.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-05-29 11:09:45 +0000
committerMartin Willi <martin@strongswan.org>2006-05-29 11:09:45 +0000
commit9fe14f4b8a3ae487134854eb8ebdfcb49cea4027 (patch)
treeefc4aa1a147e18e3b24b53e0d917e12e0b9a5cde /src/starter/starter.c
parent4c59264d9b73d8eb2b29189cacd9ff3b60e2ec13 (diff)
downloadstrongswan-9fe14f4b8a3ae487134854eb8ebdfcb49cea4027.tar.bz2
strongswan-9fe14f4b8a3ae487134854eb8ebdfcb49cea4027.tar.xz
- policies contain a connections name now
- used for initiate and delete - connections won't get initiated twice anymore - deleting of connections is now possible, which allows us to use ipsec update and ipsec reload
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)