]> err.no Git - yubikey-personalization/commitdiff
break in case 'n'
authorKlas Lindfors <klas@yubico.com>
Wed, 25 Apr 2012 09:24:49 +0000 (11:24 +0200)
committerKlas Lindfors <klas@yubico.com>
Wed, 25 Apr 2012 09:24:49 +0000 (11:24 +0200)
ykpers-args.c

index 4b64899254922f25f95ffb6afa23cce6f468e82b..42a354a47cc9925e8cbc91ce25767b3a73314be9 100644 (file)
@@ -423,6 +423,7 @@ int args_to_config(int argc, char **argv, YKP_CONFIG *cfg,
                          }
                          ndef = optarg;
                          ndef_seen = true;
+                         break;
                case 'o':
                        if (strncmp(optarg, "salt=", 5) == 0)
                                salt = strdup(optarg+5);