From 94f1a5f50c1b385e6acfa1b59d96bfe02638a5ba Mon Sep 17 00:00:00 2001 From: leslie Date: Tue, 24 Mar 2009 20:27:39 +0800 Subject: [PATCH] cardclient-newcamd: increase max message size --- systems/cardclient/newcamd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/cardclient/newcamd.c b/systems/cardclient/newcamd.c index 7b8cb6b..1ab95b9 100644 --- a/systems/cardclient/newcamd.c +++ b/systems/cardclient/newcamd.c @@ -32,7 +32,7 @@ #include -#define CWS_NETMSGSIZE 240 +#define CWS_NETMSGSIZE 256 // -- cTripleDes --------------------------------------------------------------- -- 2.39.5