]> err.no Git - yubikey-personalization/commitdiff
set the ndef_type to 0
authorKlas Lindfors <klas@yubico.com>
Fri, 9 Nov 2012 13:19:35 +0000 (14:19 +0100)
committerKlas Lindfors <klas@yubico.com>
Fri, 9 Nov 2012 13:19:35 +0000 (14:19 +0100)
tests/test_args_to_config.c
ykpersonalize.c

index 3fcf24823b3b779001cebca9164f9a6a26b8cd08..b129a487e4026378446a2dd3d1b95a398ee43317 100644 (file)
@@ -114,7 +114,7 @@ int _test_config (YKP_CONFIG *cfg, YK_STATUS *st, int argc, char **argv)
        /* Options */
        char *salt = NULL;
        char ndef[128];
-       char ndef_type = NULL;
+       char ndef_type = 0;
        bool zap = false;
 
        int rc;
index ae1e595732b6ce04ece7145b8b8457a06a0641f0..8d9ed42ed87c29f6166cde5e7e45552292c2431a 100644 (file)
@@ -66,7 +66,7 @@ int main(int argc, char **argv)
        /* Options */
        char *salt = NULL;
        char ndef_string[128] = {0};
-       char ndef_type;
+       char ndef_type = 0;
        bool zap = false;
 
        bool error = false;