aboutsummaryrefslogtreecommitdiff
path: root/src/social/social_api.c
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2016-07-28 00:31:50 +0000
committerxrs <xrs@mail36.net>2016-07-28 00:31:50 +0000
commit39d29949c805111f7ce0ba065625f48423815033 (patch)
tree2da6f892f02cb6fd0337a40068b1c056ad62ae59 /src/social/social_api.c
parent00da479663f9b8af36a89e6643fed03f4256ce28 (diff)
downloadgnunet-39d29949c805111f7ce0ba065625f48423815033.tar.gz
gnunet-39d29949c805111f7ce0ba065625f48423815033.zip
get rid of segfault in gnunet-social
Diffstat (limited to 'src/social/social_api.c')
-rw-r--r--src/social/social_api.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/social/social_api.c b/src/social/social_api.c
index a7a4e9dcf..6d77a8e73 100644
--- a/src/social/social_api.c
+++ b/src/social/social_api.c
@@ -1157,9 +1157,6 @@ guest_cleanup (void *cls)
1157 * Application handle. 1157 * Application handle.
1158 * @param ego 1158 * @param ego
1159 * Identity of the host. 1159 * Identity of the host.
1160 * @param place_key
1161 * Private-public key pair of the place.
1162 * NULL to generate a key.
1163 * @param policy 1160 * @param policy
1164 * Policy specifying entry and history restrictions for the place. 1161 * Policy specifying entry and history restrictions for the place.
1165 * @param slicer 1162 * @param slicer
@@ -1173,7 +1170,7 @@ guest_cleanup (void *cls)
1173 * @param cls 1170 * @param cls
1174 * Closure for the callbacks. 1171 * Closure for the callbacks.
1175 * 1172 *
1176 * @return Handle for the host. 1173 * @return Handle for the host. This handle contains the pubkey.
1177 */ 1174 */
1178struct GNUNET_SOCIAL_Host * 1175struct GNUNET_SOCIAL_Host *
1179GNUNET_SOCIAL_host_enter (const struct GNUNET_SOCIAL_App *app, 1176GNUNET_SOCIAL_host_enter (const struct GNUNET_SOCIAL_App *app,