aboutsummaryrefslogtreecommitdiff
path: root/src/social
diff options
context:
space:
mode:
authorCarlo von lynX <lynX@time.to.get.psyced.org>2016-05-15 08:32:20 +0000
committerCarlo von lynX <lynX@time.to.get.psyced.org>2016-05-15 08:32:20 +0000
commit47af9c790d637a92e92ccf3dfa826dc8e1939868 (patch)
treeae6f39b498e2023b359286a51d59f6eb25237766 /src/social
parent24d2c11a025e4a96d7fc0cb1ff4f4537e2003026 (diff)
downloadgnunet-47af9c790d637a92e92ccf3dfa826dc8e1939868.tar.gz
gnunet-47af9c790d637a92e92ccf3dfa826dc8e1939868.zip
what is the proper way to ensure identity service is running?
Diffstat (limited to 'src/social')
-rw-r--r--src/social/social_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/social/social_api.c b/src/social/social_api.c
index e0e6829d5..e590f7856 100644
--- a/src/social/social_api.c
+++ b/src/social/social_api.c
@@ -957,6 +957,8 @@ app_recv_place (void *cls,
957 ego = GNUNET_CONTAINER_multihashmap_get (app->egos, &ego_pub_hash); 957 ego = GNUNET_CONTAINER_multihashmap_get (app->egos, &ego_pub_hash);
958 if (NULL == ego) 958 if (NULL == ego)
959 { 959 {
960 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
961 "Failure to obtain ego. Is identity service running?\n");
960 GNUNET_break (0); 962 GNUNET_break (0);
961 return; 963 return;
962 } 964 }