From ce845838ea9a8a761a5ad0b1c561dad63edbb6e4 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 9 Apr 2014 15:12:27 +0200 Subject: [PATCH] pki: Removed extra continue statement --- src/pki/commands/self.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pki/commands/self.c b/src/pki/commands/self.c index 2cb47ba5cd..a35a42b89c 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) -- 2.47.2