From 9db367511752436f0593b36fe53350db95e0fa1a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 18 Oct 2011 15:28:17 +0000 Subject: [PATCH] send session release messages back to ATS API --- src/ats/ats_api_scheduling.c | 3 --- 1 file changed, 3 deletions(-) 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)); } -- 2.25.1