pki: Removed extra continue statement
This commit is contained in:
@@ -114,7 +114,6 @@ static int self()
|
|||||||
case 'a':
|
case 'a':
|
||||||
san->insert_last(san, identification_create_from_string(arg));
|
san->insert_last(san, identification_create_from_string(arg));
|
||||||
continue;
|
continue;
|
||||||
continue;
|
|
||||||
case 'l':
|
case 'l':
|
||||||
lifetime = atoi(arg) * 24 * 60 * 60;
|
lifetime = atoi(arg) * 24 * 60 * 60;
|
||||||
if (!lifetime)
|
if (!lifetime)
|
||||||
|
|||||||
Reference in New Issue
Block a user