/[rdesktop]/sourceforge.net/trunk/rdesktop/rdp.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 864 by stargo, Mon Mar 14 18:02:24 2005 UTC revision 865 by stargo, Tue Mar 15 11:25:50 2005 UTC
# Line 1203  process_data_pdu(STREAM s, uint32 * ext_ Line 1203  process_data_pdu(STREAM s, uint32 * ext_
1203                  if (mppc_expand(s->p, clen, ctype, &roff, &rlen) == -1)                  if (mppc_expand(s->p, clen, ctype, &roff, &rlen) == -1)
1204                          error("error while decompressing packet\n");                          error("error while decompressing packet\n");
1205    
1206                  //len -= 18;                  /* len -= 18; */
1207    
1208                  /* allocate memory and copy the uncompressed data into the temporary stream */                  /* allocate memory and copy the uncompressed data into the temporary stream */
1209                  ns->data = (uint8 *) xrealloc(ns->data, rlen);                  ns->data = (uint8 *) xrealloc(ns->data, rlen);

Legend:
Removed from v.864  
changed lines
  Added in v.865

  ViewVC Help
Powered by ViewVC 1.1.26