diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-17 17:54:12 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-17 17:54:12 +0100 | 
| commit | 8a9afe4eaa42052006fb64c6755ac0321b97ab55 (patch) | |
| tree | 28961a66eb4c2f870d080773f0009d01507f93cf /protocols/proxy.c | |
| parent | 3d64e5bbdcca4df5a3d4aa79041d0b54f68f599f (diff) | |
| parent | dd9a51b2ec4ce539721c46b30244fa853564788c (diff) | |
http_client lib
Diffstat (limited to 'protocols/proxy.c')
| -rw-r--r-- | protocols/proxy.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/protocols/proxy.c b/protocols/proxy.c index c658a163..1ca35dfe 100644 --- a/protocols/proxy.c +++ b/protocols/proxy.c @@ -105,8 +105,6 @@ static gboolean gaim_io_invoke(GIOChannel *source, GIOCondition condition, gpoin  		gaim_cond |= GAIM_INPUT_READ;  	if (condition & GAIM_WRITE_COND)  		gaim_cond |= GAIM_INPUT_WRITE; -//	if (condition & GAIM_ERR_COND) -//		fprintf( stderr, "ERROR! fd=%d\n", g_io_channel_unix_get_fd( source ) );  	closure->function(closure->data, g_io_channel_unix_get_fd(source), gaim_cond); | 
