From: Christian Grothoff Date: Wed, 25 May 2011 12:28:03 +0000 (+0000) Subject: fixing major, highly annoying bug... X-Git-Tag: initial-import-from-subversion-38251~18421 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b7d31cf106156f37795ecfc41f7bad07133ec653;p=oweals%2Fgnunet.git fixing major, highly annoying bug... --- diff --git a/src/core/core_api.c b/src/core/core_api.c index daf93b3c4..58f489da3 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -1201,7 +1201,7 @@ main_notify_handler (void *cls, { /* request must have been cancelled between the original request and the response from core, ignore core's readiness */ - return; + break; } th = pr->pending_head;