aboutsummaryrefslogtreecommitdiff
path: root/src/social/social_api.c
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-02-01 14:59:22 +0000
committerGabor X Toth <*@tg-x.net>2016-02-01 14:59:22 +0000
commit522bd40f4cee9e5546d15128f76d18799017220c (patch)
tree4935b3752d559ba4e28c32320c0115e2f3fa2dc6 /src/social/social_api.c
parent5af3181a70b7ec8ac792507ffa9eab581cc03470 (diff)
downloadgnunet-522bd40f4cee9e5546d15128f76d18799017220c.tar.gz
gnunet-522bd40f4cee9e5546d15128f76d18799017220c.zip
social: api, doc
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)