/[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 90 by jsorg71, Sun Aug 4 03:42:47 2002 UTC revision 101 by astrand, Mon Aug 26 17:12:43 2002 UTC
# Line 384  static void Line 384  static void
384  sec_out_mcs_data(STREAM s)  sec_out_mcs_data(STREAM s)
385  {  {
386          int hostlen = 2 * strlen(hostname);          int hostlen = 2 * strlen(hostname);
387            
388          if (hostlen > 30)          if (hostlen > 30)
389                  hostlen = 30;                  hostlen = 30;
390    

Legend:
Removed from v.90  
changed lines
  Added in v.101

  ViewVC Help
Powered by ViewVC 1.1.26