From 2099db186436a43afa2babfd55e6e8b6d0a4991d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 20 Jan 2012 08:26:46 +0000 Subject: [PATCH] -initialize state_key to fix #2089 --- src/exit/gnunet-daemon-exit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c index c437afac2..9ab2738e6 100644 --- a/src/exit/gnunet-daemon-exit.c +++ b/src/exit/gnunet-daemon-exit.c @@ -1007,6 +1007,7 @@ setup_state_record (struct TunnelState *state) buf, sizeof (buf)), (unsigned int) state->ri.local_address.port); } + state->state_key = key; GNUNET_assert (GNUNET_OK == GNUNET_CONTAINER_multihashmap_put (connections_map, &key, state, -- 2.25.1