/[anubis]/anubis/src/proxy.c
ViewVC logotype

Diff of /anubis/src/proxy.c

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

revision 1.2 by polak, Fri Mar 7 19:53:13 2003 UTC revision 1.3 by gray, Sun Apr 6 20:37:22 2003 UTC
# Line 190  connect_through_socks_proxy(int sd, char Line 190  connect_through_socks_proxy(int sd, char
190                  */                  */
191    
192                  if (send(sd, request, offset, 0) == -1) {                  if (send(sd, request, offset, 0) == -1) {
193                          socket_error();                          socket_error(NULL);
194                          return -1;                          return -1;
195                  }                  }
196    
# Line 243  connect_through_socks_proxy(int sd, char Line 243  connect_through_socks_proxy(int sd, char
243                  */                  */
244    
245                  if (send(sd, request, offset, 0) == -1) {                  if (send(sd, request, offset, 0) == -1) {
246                          socket_error();                          socket_error(NULL);
247                          return -1;                          return -1;
248                  }                  }
249    
# Line 300  connect_through_socks_proxy(int sd, char Line 300  connect_through_socks_proxy(int sd, char
300                                  */                                  */
301    
302                                  if (send(sd, request, offset, 0) == -1) {                                  if (send(sd, request, offset, 0) == -1) {
303                                          socket_error();                                          socket_error(NULL);
304                                          return -1;                                          return -1;
305                                  }                                  }
306    
# Line 430  connect_through_socks_proxy(int sd, char Line 430  connect_through_socks_proxy(int sd, char
430                  */                  */
431    
432                  if (send(sd, request, offset, 0) == -1) {                  if (send(sd, request, offset, 0) == -1) {
433                          socket_error();                          socket_error(NULL);
434                          return -1;                          return -1;
435                  }                  }
436    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26