mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix new test for v2 cards.
This commit is contained in:
parent
7b81a6b074
commit
8e89644451
2 changed files with 6 additions and 2 deletions
|
@ -1657,8 +1657,8 @@ do_setattr (app_t app, const char *name,
|
|||
;
|
||||
if (!table[idx].name)
|
||||
return gpg_error (GPG_ERR_INV_NAME);
|
||||
if (!table[idx].need_v2)
|
||||
return gpg_error (GPG_ERR_NOT_SUPPORTED);
|
||||
if (table[idx].need_v2)
|
||||
return gpg_error (GPG_ERR_NOT_SUPPORTED); /* Not yet supported. */
|
||||
|
||||
switch (table[idx].need_chv)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue