:fixing another contributor to 1840
authorChristian Grothoff <christian@grothoff.org>
Sun, 23 Oct 2011 14:45:14 +0000 (14:45 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 23 Oct 2011 14:45:14 +0000 (14:45 +0000)
src/core/gnunet-service-core_sessions.c

index db3bc532b69292d30d3e198d28df19a15a6ee6d7..a8f7bf6bf33b288a49b7a986ffdca7c7be199559 100644 (file)
@@ -193,6 +193,10 @@ GSC_SESSIONS_end (const struct GNUNET_PeerIdentity *pid)
     GSC_CLIENTS_reject_request (car);
   }
   GNUNET_SCHEDULER_cancel (session->typemap_task);
+  GSC_CLIENTS_notify_clients_about_neighbour (&session->peer,
+                                             NULL, 0 /* FIXME: ATSI */,
+                                             session->tmap,
+                                             NULL);
   GNUNET_assert (GNUNET_YES ==
                  GNUNET_CONTAINER_multihashmap_remove (sessions,
                                                        &session->peer.hashPubKey, session));