summaryrefslogtreecommitdiff
path: root/socket.c
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-11-26 07:47:59 +0000
committerMartin Pool <mbp@samba.org>2001-11-26 07:47:59 +0000
commita57568d7167cb54b9b0802aeabf5a424749fbd65 (patch)
tree27117756d047d8369cdd709e5a5e5b487e4f204c /socket.c
parent61f543cade5926794ed16807d2e83fbe4f03252d (diff)
downloadrsync-a57568d7167cb54b9b0802aeabf5a424749fbd65.tar.gz
Oops, no C++ comments.
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/socket.c b/socket.c
index 010d38e9..b97e2378 100644
--- a/socket.c
+++ b/socket.c
@@ -30,8 +30,6 @@
#include "lib/addrinfo.h"
#endif
-// extern int af; /* NO MORE BLOODY GLOBALS! */
-
/* Establish a proxy connection on an open socket to a web roxy by
* using the CONNECT method. */
static int establish_proxy_connection(int fd, char *host, int port)