aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-10-25 08:37:57 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-10-25 08:37:57 +0000
commit7f5e4f5a7a15c1dbe5046d886b8f1975d01da2bb (patch)
tree5c3e4d29346083220a7ddcc6b586dd56fa69befe /src
parentb81f5ce23f6d0876e2f871230e6a45454353e62a (diff)
downloadstrongswan-7f5e4f5a7a15c1dbe5046d886b8f1975d01da2bb.tar.bz2
strongswan-7f5e4f5a7a15c1dbe5046d886b8f1975d01da2bb.tar.xz
added 'exit' statement in listcerts,.. case
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ipsec/ipsec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in
index 477d345fb..a962e13b2 100755
--- a/src/ipsec/ipsec.in
+++ b/src/ipsec/ipsec.in
@@ -122,6 +122,7 @@ rereadaacerts|rereadocspcerts|rereadacerts)
then
$IPSEC_WHACK "$@" "--$op"
fi
+ exit 0
;;
listcerts|listcacerts|listcrls|listall|\
rereadcacerts|rereadcrls|rereadall)