aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starter.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-04-17 15:01:57 +0000
committerMartin Willi <martin@strongswan.org>2008-04-17 15:01:57 +0000
commitb360e3933d84c5869d839ccd274fa191dc2daef0 (patch)
tree6e2d6114364b6702b142d19e85d19cb26445128b /src/starter/starter.c
parent58126dd2957ed626791ae98689106e0d661f9b25 (diff)
downloadstrongswan-b360e3933d84c5869d839ccd274fa191dc2daef0.tar.bz2
strongswan-b360e3933d84c5869d839ccd274fa191dc2daef0.tar.xz
respecting ipsec.conf cachecrls= option
Diffstat (limited to 'src/starter/starter.c')
-rw-r--r--src/starter/starter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/starter.c b/src/starter/starter.c
index af55961e9..c92b2bc59 100644
--- a/src/starter/starter.c
+++ b/src/starter/starter.c
@@ -541,6 +541,7 @@ int main (int argc, char **argv)
/* schedule next try */
alarm(PLUTO_RESTART_DELAY);
}
+ starter_stroke_configure(cfg);
}
_action_ &= ~FLAG_ACTION_START_CHARON;
}