/[rdesktop]/sourceforge.net/trunk/rdesktop/rdpdr.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/rdpdr.c

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

revision 595 by n-ki, Tue Feb 3 14:02:59 2004 UTC revision 598 by n-ki, Fri Feb 6 10:32:13 2004 UTC
# Line 220  rdpdr_send_available(void) Line 220  rdpdr_send_available(void)
220                                  rdp_out_unistr(s, printerinfo->printer, printerlen - 2);                                  rdp_out_unistr(s, printerinfo->printer, printerlen - 2);
221                                  out_uint8a(s, printerinfo->blob, bloblen);                                  out_uint8a(s, printerinfo->blob, bloblen);
222    
223                                  xfree(printerinfo->blob);       /* Blob is sent twice if reconnecting */                                  if (printerinfo->blob)
224                                            xfree(printerinfo->blob);       /* Blob is sent twice if reconnecting */
225                                  break;                                  break;
226                          default:                          default:
227                                  out_uint32(s, 0);                                  out_uint32(s, 0);

Legend:
Removed from v.595  
changed lines
  Added in v.598

  ViewVC Help
Powered by ViewVC 1.1.26