]> err.no Git - yubikey-personalization/commitdiff
we changed how the ndef string is passed in
authorKlas Lindfors <klas@yubico.com>
Thu, 26 Apr 2012 12:09:58 +0000 (14:09 +0200)
committerKlas Lindfors <klas@yubico.com>
Thu, 26 Apr 2012 12:09:58 +0000 (14:09 +0200)
tests/test_args_to_config.c

index 067b1aa0d0e19769958a0b48d0fc905dca28877a..fa06513c53fd79b8ec3e80bddeedc81595073f7d 100644 (file)
@@ -112,7 +112,7 @@ int _test_config (YKP_CONFIG *cfg, YK_STATUS *st, int argc, char **argv)
 
        /* Options */
        char *salt = NULL;
-       char *ndef = NULL;
+       char ndef[128];
        char ndef_type;
 
        int rc;