aboutsummaryrefslogtreecommitdiff
path: root/src/social/gnunet-service-social.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/gnunet-service-social.c')
-rw-r--r--src/social/gnunet-service-social.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/social/gnunet-service-social.c b/src/social/gnunet-service-social.c
index df9f2a395..a15f8bdc1 100644
--- a/src/social/gnunet-service-social.c
+++ b/src/social/gnunet-service-social.c
@@ -3375,6 +3375,8 @@ identity_recv_ego (void *cls, struct GNUNET_IDENTITY_Ego *id_ego,
3375 GNUNET_CONTAINER_multihashmap_put (egos, &ego_pub_hash, ego, 3375 GNUNET_CONTAINER_multihashmap_put (egos, &ego_pub_hash, ego,
3376 GNUNET_CONTAINER_MULTIHASHMAPOPTION_REPLACE); 3376 GNUNET_CONTAINER_MULTIHASHMAPOPTION_REPLACE);
3377 } 3377 }
3378
3379 // FIXME: notify clients about changed ego
3378} 3380}
3379 3381
3380 3382