From: Klas Lindfors Date: Fri, 12 Apr 2013 06:54:56 +0000 (+0200) Subject: error on import X-Git-Tag: v1.13.0~56 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=494b252bc430c57fca659919a28423b247a6e6e5;p=yubikey-personalization error on import --- diff --git a/ykpers-json.c b/ykpers-json.c index bc1c545..13c98c1 100644 --- a/ykpers-json.c +++ b/ykpers-json.c @@ -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; }