summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-10-06 02:53:45 +0200
committerAlon Levy <alevy@redhat.com>2010-10-06 02:53:45 +0200
commit5519d97454ce3fc9217c173bad6051610691556f (patch)
treed48fe70e6ef88d2346b794b5026eab93b2c6cd8a
parenta86fa558713a05dc3ddfd99ece67159936ceae55 (diff)
passthrough: another cleanup from Werror, not sure about it (but fixes compilation)
-rw-r--r--passthru.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/passthru.c b/passthru.c
index bc16013..3d0a3d4 100644
--- a/passthru.c
+++ b/passthru.c
@@ -504,10 +504,10 @@ next:
if (rv != SCARD_S_SUCCESS) {
VCardStatus status;
/* try resetting the pcsc_lite subsystem */
- /* SCardReleaseContext(global_context);
- printf("***** SCard failure %x\n", rv);
- global_context = 0; /* should close it */
- status = passthru_pcsc_lite_init();
+ /* SCardReleaseContext(global_context); */
+ /* printf("***** SCard failure %x\n", rv); */
+ /* global_context = 0; */ /* should close it */
+ /* status = passthru_pcsc_lite_init(); */
/*assert(status == CARD_DONE); */
sleep(1);
continue;