fixing major, highly annoying bug...
authorChristian Grothoff <christian@grothoff.org>
Wed, 25 May 2011 12:28:03 +0000 (12:28 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 25 May 2011 12:28:03 +0000 (12:28 +0000)
src/core/core_api.c

index daf93b3c48e32cbcb2fa33ac9800809d3b3d43d8..58f489da30761204e41af380d282c69ab483c361 100644 (file)
@@ -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;