From: Christian Grothoff Date: Tue, 16 Nov 2010 16:33:55 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~19718 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b20a50b9844b7fb9409faf432a304eedb62cf506;p=oweals%2Fgnunet.git fix --- 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) +