--- sourceforge.net/trunk/rdesktop/rdp.c 2004/04/17 07:32:52 667 +++ sourceforge.net/trunk/rdesktop/rdp.c 2004/04/17 07:37:07 668 @@ -893,9 +893,12 @@ uint8 data_pdu_type; uint8 ctype; uint16 clen; - int roff, rlen, len, ret; + int len; +#if 0 + int roff, rlen, ret; static struct stream ns; static signed char *dict = 0; +#endif in_uint8s(s, 6); /* shareid, pad, streamid */ in_uint16(s, len);