/[rdesktop]/sourceforge.net/trunk/rdesktop/rdesktop.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/rdesktop.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 274  main(int argc, char *argv[]) Line 274  main(int argc, char *argv[])
274                          case 'e':                          case 'e':
275                                  encryption = False;                                  encryption = False;
276                                  break;                                  break;
277                          case 'E':                          case 'E':
278                                  packet_encryption = False;                                  packet_encryption = False;
279                                  break;                                  break;
280                          case 'm':                          case 'm':
# Line 384  main(int argc, char *argv[]) Line 384  main(int argc, char *argv[])
384    
385          /* By setting encryption to False here, we have an encrypted login          /* By setting encryption to False here, we have an encrypted login
386             packet but unencrypted transfer of other packets */             packet but unencrypted transfer of other packets */
387          if (!packet_encryption)          if (!packet_encryption)
388                  encryption = False;                  encryption = False;
389    
390    
# Line 401  main(int argc, char *argv[]) Line 401  main(int argc, char *argv[])
401          rdp_disconnect();          rdp_disconnect();
402          ui_deinit();          ui_deinit();
403    
404          if (True == rdp_retval)          if (True == rdp_retval)
405                  return 0;                  return 0;
406          else          else
407                  return 2;                  return 2;

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

  ViewVC Help
Powered by ViewVC 1.1.26