/[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 171 by n-ki, Tue Sep 17 09:20:13 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':

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

  ViewVC Help
Powered by ViewVC 1.1.26