aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-sasl-mechanisms.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-sasl-mechanisms.c')
-rw-r--r--libempathy/empathy-sasl-mechanisms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-sasl-mechanisms.c b/libempathy/empathy-sasl-mechanisms.c
index 316e31b4e..2857c8b6a 100644
--- a/libempathy/empathy-sasl-mechanisms.c
+++ b/libempathy/empathy-sasl-mechanisms.c
@@ -87,6 +87,7 @@ sasl_status_changed_cb (TpChannel *channel,
DEBUG ("SASL failed: %s", error->message);
g_simple_async_result_take_error (result, error);
+ g_simple_async_result_complete (result);
}
break;