From 7b23afdeead5b873b3e1cfc5ab29ecbf35b8c0ac Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 7 Nov 2005 17:16:18 +0100 Subject: Migrate my pluginable branch to use Wilmers' branch as parent --- protocols/proxy.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'protocols/proxy.c') diff --git a/protocols/proxy.c b/protocols/proxy.c index b0196e12..b5f86e89 100644 --- a/protocols/proxy.c +++ b/protocols/proxy.c @@ -49,16 +49,6 @@ #define GAIM_WRITE_COND (G_IO_OUT | G_IO_HUP | G_IO_ERR | G_IO_NVAL) #define GAIM_ERR_COND (G_IO_HUP | G_IO_ERR | G_IO_NVAL) -/*FIXME* - #ifndef _WIN32 - if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &error, &len) < 0) { - closesocket(fd); - g_free(phb); - return -1; - } - fcntl(fd, F_SETFL, 0); -#endif*/ - char proxyhost[128] = ""; int proxyport = 0; int proxytype = PROXY_NONE; -- cgit v1.2.3