From 80007b9411a419dfc1f9f90cdad64c3e10f3c01f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 23 Nov 2006 10:35:31 +0000 Subject: Final fix for rc1 --- scd/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scd/command.c') diff --git a/scd/command.c b/scd/command.c index 0dbd32df8..579145711 100644 --- a/scd/command.c +++ b/scd/command.c @@ -1639,7 +1639,7 @@ scd_command_handler (ctrl_t ctrl, int fd) 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. */ -- cgit v1.2.3