print card's ATR when connected

This commit is contained in:
Frank Morgner
2012-08-03 14:47:42 +02:00
parent 450cf13e66
commit 2fc8074efb
3 changed files with 4 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ static driver_data_t *scdriver_data = NULL;
static void daemonize(void);
static void cleanup_exit(int signo);
static void cleanup(void);
static void hexdump(const char *label, unsigned char *buf, size_t len);
#if HAVE_WORKING_FORK