aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-goa-auth-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-goa-auth-handler.c')
-rw-r--r--libempathy/empathy-goa-auth-handler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-goa-auth-handler.c b/libempathy/empathy-goa-auth-handler.c
index 99968946d..ddcde1775 100644
--- a/libempathy/empathy-goa-auth-handler.c
+++ b/libempathy/empathy-goa-auth-handler.c
@@ -173,13 +173,13 @@ got_oauth2_access_token_cb (GObject *source,
case EMPATHY_SASL_MECHANISM_FACEBOOK:
empathy_sasl_auth_facebook_async (data->channel,
goa_oauth2_based_get_client_id (oauth2), access_token,
- auth_cb, NULL);
+ auth_cb, data);
break;
case EMPATHY_SASL_MECHANISM_WLM:
empathy_sasl_auth_wlm_async (data->channel,
access_token,
- auth_cb, NULL);
+ auth_cb, data);
break;
default: