/[rdesktop]/sourceforge.net/trunk/rdesktop/tcp.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/tcp.c

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

revision 723 by jsorg71, Tue Jun 15 22:17:08 2004 UTC revision 724 by stargo, Fri Jun 25 15:46:26 2004 UTC
# Line 148  tcp_connect(char *server) Line 148  tcp_connect(char *server)
148          hints.ai_family = AF_UNSPEC;          hints.ai_family = AF_UNSPEC;
149          hints.ai_socktype = SOCK_STREAM;          hints.ai_socktype = SOCK_STREAM;
150    
151          n = getaddrinfo(server, tcp_port_rdp_s, &hints, &res);          if (getaddrinfo(server, tcp_port_rdp_s, &hints, &res))
   
         if (n < 0)  
152          {          {
153                  error("getaddrinfo: %s\n", gai_strerror(n));                  error("getaddrinfo: %s\n", gai_strerror(n));
154                  return False;                  return False;

Legend:
Removed from v.723  
changed lines
  Added in v.724

  ViewVC Help
Powered by ViewVC 1.1.26