From: Klas Lindfors Date: Thu, 26 Apr 2012 12:09:58 +0000 (+0200) Subject: we changed how the ndef string is passed in X-Git-Tag: v1.7.0~1^2~13 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95dd9acacba5bb22e05af408791afae0a9091615;p=yubikey-personalization we changed how the ndef string is passed in --- diff --git a/tests/test_args_to_config.c b/tests/test_args_to_config.c index 067b1aa..fa06513 100644 --- a/tests/test_args_to_config.c +++ b/tests/test_args_to_config.c @@ -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;