From 576d6d76c6c730eec71394ab204db2b87bca9888 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 7 Nov 2005 19:39:57 +0100 Subject: Got rid of some debugging code we tried to use to track the 100% CPU bug. Turned out it was very suitable DoS code. :-) --- protocols/proxy.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/proxy.c') diff --git a/protocols/proxy.c b/protocols/proxy.c index b0196e12..cdfd8edf 100644 --- a/protocols/proxy.c +++ b/protocols/proxy.c @@ -163,8 +163,6 @@ static gboolean gaim_io_invoke(GIOChannel *source, GIOCondition condition, gpoin } #endif - count_io_event(source, "proxy"); - if (condition & GAIM_READ_COND) gaim_cond |= GAIM_INPUT_READ; if (condition & GAIM_WRITE_COND) -- cgit v1.2.3