From 95dd9acacba5bb22e05af408791afae0a9091615 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 26 Apr 2012 14:09:58 +0200 Subject: [PATCH] we changed how the ndef string is passed in --- tests/test_args_to_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5