From: Klas Lindfors Date: Thu, 26 Apr 2012 12:06:26 +0000 (+0200) Subject: we changed configuration_number to command in the sources, change in test X-Git-Tag: v1.7.0~1^2~14 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38b3a92347013059539064d48f1d6ce60a2337f;p=yubikey-personalization we changed configuration_number to command in the sources, change in test --- diff --git a/tests/test_args_to_config.c b/tests/test_args_to_config.c index 170438a..067b1aa 100644 --- a/tests/test_args_to_config.c +++ b/tests/test_args_to_config.c @@ -48,7 +48,7 @@ struct ykp_config_t { unsigned int yk_major_version; unsigned int yk_minor_version; unsigned int yk_build_version; - unsigned int configuration_number; + unsigned int command; struct config_st *ykcore_config; };