From: Christian Grothoff Date: Tue, 18 Oct 2011 15:28:17 +0000 (+0000) Subject: send session release messages back to ATS API X-Git-Tag: initial-import-from-subversion-38251~16432 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9db367511752436f0593b36fe53350db95e0fa1a;p=oweals%2Fgnunet.git send session release messages back to ATS API --- diff --git a/src/ats/ats_api_scheduling.c b/src/ats/ats_api_scheduling.c index 94c798b53..34601ffc7 100644 --- a/src/ats/ats_api_scheduling.c +++ b/src/ats/ats_api_scheduling.c @@ -349,9 +349,6 @@ remove_session (struct GNUNET_ATS_SchedulingHandle *sh, &sh->session_array[session_id].peer, sizeof (struct GNUNET_PeerIdentity))); sh->session_array[session_id].session = NULL; - memset (&sh->session_array[session_id].peer, - 0, - sizeof (struct GNUNET_PeerIdentity)); }