mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
some late minor fixes.
This commit is contained in:
parent
4694f814b7
commit
3624da002f
14 changed files with 2631 additions and 2551 deletions
|
@ -513,8 +513,13 @@ ccid_open_reader (ccid_driver_t *handle, int readerno)
|
|||
if (rc)
|
||||
{
|
||||
DEBUGOUT_1 ("usb_claim_interface failed: %d\n", rc);
|
||||
|
||||
XXXXX;
|
||||
#if defined(GNUPG_MAJOR_VERSION) \
|
||||
|| (defined(GNUPG_SCD_MAIN_HEADER) && defined(HAVE_JNLIB_LOGGING))
|
||||
log_info ("CCID can't be used - "
|
||||
"please check that the device file "
|
||||
"(e.g. /proc/bus/usb) "
|
||||
"has appropriate permissions\n" );
|
||||
#endif
|
||||
|
||||
free (*handle);
|
||||
*handle = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue