]> err.no Git - yubikey-personalization/commitdiff
we changed configuration_number to command in the sources, change in test
authorKlas Lindfors <klas@yubico.com>
Thu, 26 Apr 2012 12:06:26 +0000 (14:06 +0200)
committerKlas Lindfors <klas@yubico.com>
Thu, 26 Apr 2012 12:06:26 +0000 (14:06 +0200)
tests/test_args_to_config.c

index 170438a7609f7b8d6250e42a26cae6cb6601193e..067b1aa0d0e19769958a0b48d0fc905dca28877a 100644 (file)
@@ -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;
 };