aboutsummaryrefslogtreecommitdiff
path: root/src/social/social_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/social_api.c')
-rw-r--r--src/social/social_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/social/social_api.c b/src/social/social_api.c
index 0eafc852a..9c501344b 100644
--- a/src/social/social_api.c
+++ b/src/social/social_api.c
@@ -848,7 +848,7 @@ host_recv_enter_request (void *cls,
848 848
849 struct GNUNET_SOCIAL_Nym *nym = nym_get_or_create (&req->slave_pub_key); 849 struct GNUNET_SOCIAL_Nym *nym = nym_get_or_create (&req->slave_pub_key);
850 hst->answer_door_cb (hst->cb_cls, nym, method_name, env, 850 hst->answer_door_cb (hst->cb_cls, nym, method_name, env,
851 data_size, data); 851 data, data_size);
852 } while (0); 852 } while (0);
853 853
854 if (NULL != env) 854 if (NULL != env)