--- sourceforge.net/trunk/rdesktop/secure.c 2002/08/04 03:42:47 90 +++ sourceforge.net/trunk/rdesktop/secure.c 2002/08/26 17:12:43 101 @@ -384,7 +384,7 @@ sec_out_mcs_data(STREAM s) { int hostlen = 2 * strlen(hostname); - + if (hostlen > 30) hostlen = 30;