From: Simon McVittie <simon.mcvittie@collabora.co.uk>
Date: Thu, 30 Jan 2014 16:59:41 +0000
Subject: [PATCH 4/5] _mcd_account_reconnect: if the account isn't valid, just
disconnect
It is not valid to call _mcd_account_connection_begin() unless the
account has a TpProtocol; in particular, if the account is "valid",
then we know it does have a TpProtocol.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71093
---
src/mcd-account.c | 36 ++++++++++++++++--------------------
1 file changed, 16 insertions(+), 20 deletions(-)