mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Minor fixes
This commit is contained in:
parent
5cf6152b4c
commit
3af881581f
4 changed files with 10 additions and 38 deletions
|
@ -228,7 +228,7 @@ dump_all_do (int slot)
|
|||
continue;
|
||||
|
||||
rc = iso7816_get_data (slot, data_objects[i].tag, &buffer, &buflen);
|
||||
if (gpg_error (rc) == GPG_ERR_NO_OBJ)
|
||||
if (gpg_err_code (rc) == GPG_ERR_NO_OBJ)
|
||||
;
|
||||
else if (rc)
|
||||
log_info ("DO `%s' not available: %s\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue