aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.c
diff options
context:
space:
mode:
Diffstat (limited to 'scd/apdu.c')
-rw-r--r--scd/apdu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/apdu.c b/scd/apdu.c
index 8c8f7aa6a..63812599a 100644
--- a/scd/apdu.c
+++ b/scd/apdu.c
@@ -1263,7 +1263,7 @@ open_pcsc_reader (const char *portstr)
int slot;
char *list = NULL;
const char *rdrname = NULL;
- pcsc_dword_t nreader;
+ pcsc_dword_t nreader = 0;
const char *p;
size_t n;
membuf_t reader_mb;