From 09addded5bf92db20b1f7c5a56b103f31147953b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 18 Jul 2012 12:26:23 +0000 Subject: [PATCH] -possible fix for assertion in peerinfo --- src/core/gnunet-service-core_kx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c index 31f5bb494..f5bea09e5 100644 --- a/src/core/gnunet-service-core_kx.c +++ b/src/core/gnunet-service-core_kx.c @@ -1357,6 +1357,8 @@ send_key (struct GSC_KeyExchangeInfo *kx) return; /* nothing to do */ if (NULL == kx->public_key) { + if (NULL != kx->pitr) + return; /* lookup public key, then try again */ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Trying to obtain public key for `%s'\n", -- 2.25.1