summaryrefslogtreecommitdiffstats
path: root/scd/sc-copykeys.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-01-27 17:40:42 +0100
committerWerner Koch <wk@gnupg.org>2004-01-27 17:40:42 +0100
commiteb24d8b751750cf96cb200f80b45ed3806648883 (patch)
treee78feb11795ff62728bc443352006ae33e50ec9c /scd/sc-copykeys.c
parent* call-scd.c (atfork_cb): New. (diff)
downloadgnupg2-eb24d8b751750cf96cb200f80b45ed3806648883.tar.xz
gnupg2-eb24d8b751750cf96cb200f80b45ed3806648883.zip
Some minor bug fixes, new test utilities and started support for other
smartcard applications.
Diffstat (limited to 'scd/sc-copykeys.c')
-rw-r--r--scd/sc-copykeys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/sc-copykeys.c b/scd/sc-copykeys.c
index b56b88590..78cb2acc8 100644
--- a/scd/sc-copykeys.c
+++ b/scd/sc-copykeys.c
@@ -165,7 +165,7 @@ main (int argc, char **argv )
/* FIXME: Use select_application. */
appbuf.slot = slot;
- rc = app_select_openpgp (&appbuf, &appbuf.serialno, &appbuf.serialnolen);
+ rc = app_select_openpgp (&appbuf);
if (rc)
{
log_error ("selecting openpgp failed: %s\n", gpg_strerror (rc));