diff options
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 839dababb..e80f7022f 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -1532,6 +1532,7 @@ empathy_dispatcher_join_muc (TpConnection *connection, priv = GET_PRIV (self); connection_data = g_hash_table_lookup (priv->connections, connection); + g_assert (connection_data != NULL); /* Don't know the room handle yet */ request_data = new_dispatcher_request_data (self, connection, |