mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
Final fix for rc1
This commit is contained in:
parent
218380395e
commit
80007b9411
@ -1,3 +1,7 @@
|
|||||||
|
2006-11-23 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* command.c (scd_command_handler): Fixed use of CTRL.
|
||||||
|
|
||||||
2006-11-21 Werner Koch <wk@g10code.com>
|
2006-11-21 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* Makefile.am (libexec_PROGRAMS): Put pscs-wrapper into libexec.
|
* Makefile.am (libexec_PROGRAMS): Put pscs-wrapper into libexec.
|
||||||
|
@ -1639,7 +1639,7 @@ scd_command_handler (ctrl_t ctrl, int fd)
|
|||||||
gpg_strerror(rc));
|
gpg_strerror(rc));
|
||||||
scd_exit (2);
|
scd_exit (2);
|
||||||
}
|
}
|
||||||
assuan_set_pointer (ctx, &ctrl);
|
assuan_set_pointer (ctx, ctrl);
|
||||||
|
|
||||||
/* Allocate and initialize the server object. Put it into the list
|
/* Allocate and initialize the server object. Put it into the list
|
||||||
of active sessions. */
|
of active sessions. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user