From 52fb1f9854eec37d57f9a7a91dfce48ae9774dd5 Mon Sep 17 00:00:00 2001 From: Laxmikant Rashinkar Date: Wed, 25 Sep 2013 18:54:05 -0700 Subject: scard: added more messages --- sesman/chansrv/smartcard_pcsc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sesman/chansrv/smartcard_pcsc.c') diff --git a/sesman/chansrv/smartcard_pcsc.c b/sesman/chansrv/smartcard_pcsc.c index 7af1871c..a9c5f3e4 100644 --- a/sesman/chansrv/smartcard_pcsc.c +++ b/sesman/chansrv/smartcard_pcsc.c @@ -338,11 +338,11 @@ scard_process_connect(struct trans *con, struct stream *in_s) g_xrdp_pcsc_state |= XRDP_PCSC_STATE_GOT_C; in_uint32_le(in_s, hContext); in_uint8a(in_s, szReader, 100); - in_uint32_le(in_s, rs.shared_mode_flag); - in_uint32_le(in_s, rs.preferred_protocol); + in_uint32_le(in_s, rs.dwShareMode); + in_uint32_le(in_s, rs.dwPreferredProtocols); LLOGLN(0, ("scard_process_connect: dwShareMode 0x%8.8x " - "dwPreferredProtocols 0x%8.8x", rs.shared_mode_flag, - rs.preferred_protocol)); + "dwPreferredProtocols 0x%8.8x", rs.dwShareMode, + rs.dwPreferredProtocols)); scard_send_connect(con, hContext, 1, &rs); return 0; } -- cgit v1.2.1