Skip to content

Commit

Permalink
Change: MAX_ATR_SIZE 36
Browse files Browse the repository at this point in the history
  • Loading branch information
Беленко Максим Сергеевич authored and Беленко Максим Сергеевич committed Jun 19, 2023
1 parent ea2520c commit c7d4676
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sesman/chansrv/pcsc/xrdp_pcsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ typedef SCARDCONTEXT *LPSCARDCONTEXT;
typedef LONG SCARDHANDLE;
typedef SCARDHANDLE *LPSCARDHANDLE;

#define MAX_ATR_SIZE 33
#define MAX_ATR_SIZE 36

typedef struct _SCARD_READERSTATE
{
Expand Down
2 changes: 1 addition & 1 deletion sesman/chansrv/smartcard_pcsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#if PCSC_STANDIN


#define MAX_ATR_SIZE 33
#define MAX_ATR_SIZE 36

//The MAX_READERS value is generaly 16, but on some RHEL release, ti might be 32 or 64. See the PCSCLITE_MAX_READERS_CONTEXTS of the libpcsclite source package and adjust MAX_READERS value accordingly.
#define MAX_READERS 16
Expand Down
2 changes: 1 addition & 1 deletion sesman/sesman.ini.in
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ FileUmask=077
; xrdp-chansrv.${DISPLAY}.log
;
; Note: Log levels can be any of: core, error, warning, info, debug, or trace
LogLevel=DEBUG
LogLevel=INFO
EnableSyslog=true
#SyslogLevel=INFO
#EnableConsole=false
Expand Down

0 comments on commit c7d4676

Please sign in to comment.