aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-handler.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-02-10 01:04:50 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:46:04 +0800
commit98284c362f9bea1558a0b0c89f8f8d6a93c63074 (patch)
tree43c4eff58fb0b0b95c192e76abc38430f2f9dc1e /libempathy/empathy-ft-handler.c
parent2be3236febcc83ebe96ba29dca49f7c1abce6300 (diff)
downloadgsoc2013-empathy-98284c362f9bea1558a0b0c89f8f8d6a93c63074.tar
gsoc2013-empathy-98284c362f9bea1558a0b0c89f8f8d6a93c63074.tar.gz
gsoc2013-empathy-98284c362f9bea1558a0b0c89f8f8d6a93c63074.tar.bz2
gsoc2013-empathy-98284c362f9bea1558a0b0c89f8f8d6a93c63074.tar.lz
gsoc2013-empathy-98284c362f9bea1558a0b0c89f8f8d6a93c63074.tar.xz
gsoc2013-empathy-98284c362f9bea1558a0b0c89f8f8d6a93c63074.tar.zst
gsoc2013-empathy-98284c362f9bea1558a0b0c89f8f8d6a93c63074.zip
Don't schedule the next read two times when we're finished reading the stream.
Diffstat (limited to 'libempathy/empathy-ft-handler.c')
-rw-r--r--libempathy/empathy-ft-handler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c
index e4bbf3ddf..dfaeceabf 100644
--- a/libempathy/empathy-ft-handler.c
+++ b/libempathy/empathy-ft-handler.c
@@ -551,7 +551,6 @@ hash_job_async_read_cb (GObject *source,
if (bytes_read == 0)
{
hash_data->done_reading = TRUE;
- schedule_hash_chunk (hash_data);
goto out;
}
else