From 51577d88f65e6897f494ba21c7ed22a36ef4757b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 30 Jan 2014 13:12:07 +0000 Subject: -fix #3285 --- src/conversation/gnunet-conversation.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c index 3cb6cc05f..532107aca 100644 --- a/src/conversation/gnunet-conversation.c +++ b/src/conversation/gnunet-conversation.c @@ -617,6 +617,9 @@ do_accept (const char *args) args); return; } + GNUNET_CONTAINER_DLL_remove (cl_head, + cl_tail, + cl); cl_active = cl; GNUNET_free_non_null (peer_name); peer_name = GNUNET_strdup (cl->caller_id); -- cgit v1.2.3