From b20a50b9844b7fb9409faf432a304eedb62cf506 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Nov 2010 16:33:55 +0000 Subject: [PATCH] fix --- src/core/core_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/core_api.c b/src/core/core_api.c index 0fdcacb7a..c53ecf847 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -1788,6 +1788,7 @@ GNUNET_CORE_peer_change_preference (struct GNUNET_CORE_Handle *h, } irc = GNUNET_malloc (sizeof (struct GNUNET_CORE_InformationRequestContext)); irc->h = h; + irc->pr = pr; irc->info = info; irc->info_cls = info_cls; cm = GNUNET_malloc (sizeof (struct ControlMessage) + -- 2.25.1