diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 74e8ecb6d..4227f9df5 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -1717,6 +1717,8 @@ empathy_dispatcher_call_create_or_ensure_channel ( account = empathy_get_account_for_connection (request_data->connection); + g_assert (account != NULL); + if (request_data->cb) handler = empathy_handler_get_busname (priv->handler); |