/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/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/branches/seamlessrdp-branch/rdesktop/rdesktop.c

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

revision 801 by astrand, Tue Nov 23 13:29:12 2004 UTC revision 825 by stargo, Wed Mar 2 10:16:31 2005 UTC
# Line 690  main(int argc, char *argv[]) Line 690  main(int argc, char *argv[])
690                  STRNCPY(g_hostname, fullhostname, sizeof(g_hostname));                  STRNCPY(g_hostname, fullhostname, sizeof(g_hostname));
691          }          }
692    
693            if ((flags & RDP_COMPRESSION) && (g_server_bpp > 8))
694            {
695                    warning("rdp compression not supported for bpp > 8, compression disabled\n");
696                    flags ^= RDP_COMPRESSION;
697            }
698    
699          if (prompt_password && read_password(password, sizeof(password)))          if (prompt_password && read_password(password, sizeof(password)))
700                  flags |= RDP_LOGON_AUTO;                  flags |= RDP_LOGON_AUTO;
701    

Legend:
Removed from v.801  
changed lines
  Added in v.825

  ViewVC Help
Powered by ViewVC 1.1.26