]> err.no Git - yubikey-personalization/commitdiff
error on import
authorKlas Lindfors <klas@yubico.com>
Fri, 12 Apr 2013 06:54:56 +0000 (08:54 +0200)
committerKlas Lindfors <klas@yubico.com>
Fri, 12 Apr 2013 06:54:56 +0000 (08:54 +0200)
ykpers-json.c

index bc1c5458492f7e8fa57db8378c74e6141b29a21c..13c98c112e987a2c9ea0a2f92fefb48802f0773d 100644 (file)
@@ -205,6 +205,7 @@ int ykp_json_export_cfg(const YKP_CONFIG *cfg, char *json, size_t len) {
 }
 
 int ykp_json_import_cfg(const char *json, size_t len, YKP_CONFIG *cfg) {
+       ykp_errno = YKP_ENOTYETIMPL;
        return 0;
 }