aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-11-07 19:39:57 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-11-07 19:39:57 +0100
commit576d6d76c6c730eec71394ab204db2b87bca9888 (patch)
treea11ef5ccffc3af2ac56bf75800a4e9f57fcc8bc2 /protocols
parentfe51bcf0ae238e6fde4400b3dd17ddf99f77ae2a (diff)
Got rid of some debugging code we tried to use to track the 100% CPU bug.
Turned out it was very suitable DoS code. :-)
Diffstat (limited to 'protocols')
-rw-r--r--protocols/proxy.c2
1 files changed, 0 insertions, 2 deletions
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)