mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
scd: Fix cmd_apdu on error.
* scd/command.c (cmd_apdu): Fix the code path on error. -- GnuPG-bug-id: 6476 Reported-by: Robin Krahl Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
ed3b285cdc
commit
c40e764108
2 changed files with 5 additions and 2 deletions
|
@ -3244,7 +3244,7 @@ apdu_send_simple (int slot, int extended_mode,
|
|||
* Out of historical reasons the function returns 0 on success and
|
||||
* outs the status word at the end of the result to be able to get the
|
||||
* status word in the case of a not provided RETBUF, R_SW can be used
|
||||
* to store the SW. But note that R_SW qill only be set if the
|
||||
* to store the SW. But note that R_SW will only be set if the
|
||||
* function returns 0. */
|
||||
int
|
||||
apdu_send_direct (int slot, size_t extended_length,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue