/[winpt]/trunk/Src/wptSOCKS.cpp
ViewVC logotype

Diff of /trunk/Src/wptSOCKS.cpp

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

revision 327 by twoaday, Fri Dec 8 10:22:17 2006 UTC revision 328 by twoaday, Fri Sep 25 16:07:38 2009 UTC
# Line 1  Line 1 
1    #if 0
2  /* wptSOCKS.cpp - SOCKS proxy support  /* wptSOCKS.cpp - SOCKS proxy support
3   *      Copyright (C) 2006 Timo Schulz   *      Copyright (C) 2006 Timo Schulz
4   *   *
# Line 272  int Line 273  int
273  socks_handshake (keyserver_proxy_t ctx, int conn_fd,  socks_handshake (keyserver_proxy_t ctx, int conn_fd,
274                   const char *hostname, WORD port)                   const char *hostname, WORD port)
275  {  {
276      int method, err;      int method, err=0;
277    
278      if (send_methods (conn_fd))      if (send_methods (conn_fd))
279          return -1;          return -1;
# Line 304  socks_handshake (keyserver_proxy_t ctx, Line 305  socks_handshake (keyserver_proxy_t ctx,
305      }      }
306      return 0;      return 0;
307  }  }
308    #endif

Legend:
Removed from v.327  
changed lines
  Added in v.328

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26