/[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 169 by matthewc, Tue Sep 17 07:27:49 2002 UTC revision 188 by matthewc, Tue Sep 24 06:09:09 2002 UTC
# Line 116  main(int argc, char *argv[]) Line 116  main(int argc, char *argv[])
116                          case 'p':                          case 'p':
117                                  STRNCPY(password, optarg, sizeof(password));                                  STRNCPY(password, optarg, sizeof(password));
118                                  flags |= RDP_LOGON_AUTO;                                  flags |= RDP_LOGON_AUTO;
119                                    p = optarg;
120                                    while (*p)
121                                            *(p++) = 'X';
122                                  break;                                  break;
123    
124                          case 'P':                          case 'P':
# Line 256  main(int argc, char *argv[]) Line 259  main(int argc, char *argv[])
259    
260          DEBUG(("Disconnecting...\n"));          DEBUG(("Disconnecting...\n"));
261          rdp_disconnect();          rdp_disconnect();
262            ui_deinit();
263          return 0;          return 0;
264  }  }
265    

Legend:
Removed from v.169  
changed lines
  Added in v.188

  ViewVC Help
Powered by ViewVC 1.1.26