telepathy-gabble: auth-manager: ensure falling_back is TRUE when we' re chaining up
Will Thompson
wjt at kemper.freedesktop.org
Thu Dec 6 09:56:44 PST 2012
Module: telepathy-gabble
Branch: master
Commit: 37cbec4ae810668e08764fd5f364708cd6f4c766
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=37cbec4ae810668e08764fd5f364708cd6f4c766
Author: Will Thompson <will.thompson at collabora.co.uk>
Date: Tue Nov 20 14:09:19 2012 +0000
auth-manager: ensure falling_back is TRUE when we're chaining up
---
src/auth-manager.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/auth-manager.c b/src/auth-manager.c
index 19593cd..0256434 100644
--- a/src/auth-manager.c
+++ b/src/auth-manager.c
@@ -372,6 +372,7 @@ gabble_auth_manager_start_auth_async (WockyAuthRegistry *registry,
}
else
{
+ self->priv->falling_back = TRUE;
WOCKY_AUTH_REGISTRY_CLASS (
gabble_auth_manager_parent_class)->start_auth_async_func (
registry, mechanisms, allow_plain, is_secure_channel,
More information about the telepathy-commits
mailing list