aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-04-09 15:12:27 +0200
committerTobias Brunner <tobias@strongswan.org>2014-04-09 15:12:27 +0200
commitce845838ea9a8a761a5ad0b1c561dad63edbb6e4 (patch)
tree48d2af953f3075a0093b9623c83ffc7bf2b17c2c /src
parent98ae0492b684faf3bf2fccfa71dec53d6415a984 (diff)
downloadstrongswan-ce845838ea9a8a761a5ad0b1c561dad63edbb6e4.tar.bz2
strongswan-ce845838ea9a8a761a5ad0b1c561dad63edbb6e4.tar.xz
pki: Removed extra continue statement
Diffstat (limited to 'src')
-rw-r--r--src/pki/commands/self.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pki/commands/self.c b/src/pki/commands/self.c
index 2cb47ba5c..a35a42b89 100644
--- a/src/pki/commands/self.c
+++ b/src/pki/commands/self.c
@@ -114,7 +114,6 @@ static int self()
case 'a':
san->insert_last(san, identification_create_from_string(arg));
continue;
- continue;
case 'l':
lifetime = atoi(arg) * 24 * 60 * 60;
if (!lifetime)