summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-11-20 14:09:19 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2012-12-06 17:52:30 +0000
commit37cbec4ae810668e08764fd5f364708cd6f4c766 (patch)
tree325f65c74405352c2a0ce1e68cc0a058f9257d01
parent6b8656685c4c640a4e753cc94379b87a2ffbfadf (diff)
auth-manager: ensure falling_back is TRUE when we're chaining up
-rw-r--r--src/auth-manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auth-manager.c b/src/auth-manager.c
index 19593cd58..0256434db 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,