[svn] GnuPG - r4347 - trunk/scd
svn author wk
cvs at cvs.gnupg.org
Thu Nov 23 11:35:32 CET 2006
Author: wk
Date: 2006-11-23 11:35:31 +0100 (Thu, 23 Nov 2006)
New Revision: 4347
Modified:
trunk/scd/ChangeLog
trunk/scd/command.c
Log:
Final fix for rc1
Modified: trunk/scd/ChangeLog
===================================================================
--- trunk/scd/ChangeLog 2006-11-23 09:53:17 UTC (rev 4346)
+++ trunk/scd/ChangeLog 2006-11-23 10:35:31 UTC (rev 4347)
@@ -1,3 +1,7 @@
+2006-11-23 Werner Koch <wk at g10code.com>
+
+ * command.c (scd_command_handler): Fixed use of CTRL.
+
2006-11-21 Werner Koch <wk at g10code.com>
* Makefile.am (libexec_PROGRAMS): Put pscs-wrapper into libexec.
Modified: trunk/scd/command.c
===================================================================
--- trunk/scd/command.c 2006-11-23 09:53:17 UTC (rev 4346)
+++ trunk/scd/command.c 2006-11-23 10:35:31 UTC (rev 4347)
@@ -1639,7 +1639,7 @@
gpg_strerror(rc));
scd_exit (2);
}
- assuan_set_pointer (ctx, &ctrl);
+ assuan_set_pointer (ctx, ctrl);
/* Allocate and initialize the server object. Put it into the list
of active sessions. */
More information about the Gnupg-commits
mailing list