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

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

revision 434 by matthewc, Tue Jul 1 09:31:25 2003 UTC revision 435 by astrand, Wed Jul 9 09:18:20 2003 UTC
# Line 406  sec_out_mcs_data(STREAM s) Line 406  sec_out_mcs_data(STREAM s)
406          unsigned int i;          unsigned int i;
407    
408          if (g_num_channels > 0)          if (g_num_channels > 0)
409                  length += g_num_channels*12 + 8;                  length += g_num_channels * 12 + 8;
410    
411          if (hostlen > 30)          if (hostlen > 30)
412                  hostlen = 30;                  hostlen = 30;
# Line 779  sec_process_mcs_data(STREAM s) Line 779  sec_process_mcs_data(STREAM s)
779                          case SEC_TAG_SRV_CHANNELS:                          case SEC_TAG_SRV_CHANNELS:
780                                  /* FIXME: We should parse this information and                                  /* FIXME: We should parse this information and
781                                     use it to map RDP5 channels to MCS                                     use it to map RDP5 channels to MCS
782                                     channels */                                     channels */
783                                  break;                                  break;
784    
785                          default:                          default:

Legend:
Removed from v.434  
changed lines
  Added in v.435

  ViewVC Help
Powered by ViewVC 1.1.26