aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-25 12:28:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-25 12:28:03 +0000
commitb7d31cf106156f37795ecfc41f7bad07133ec653 (patch)
tree00b5ad374b3fa7a2fb643499ae81a6483ee2e30c
parent1d42e5c2473b46d72c77413d1585615f744f3141 (diff)
downloadgnunet-b7d31cf106156f37795ecfc41f7bad07133ec653.tar.gz
gnunet-b7d31cf106156f37795ecfc41f7bad07133ec653.zip
fixing major, highly annoying bug...
-rw-r--r--src/core/core_api.c2
1 files changed, 1 insertions, 1 deletions
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,
1201 { 1201 {
1202 /* request must have been cancelled between the original request 1202 /* request must have been cancelled between the original request
1203 and the response from core, ignore core's readiness */ 1203 and the response from core, ignore core's readiness */
1204 return; 1204 break;
1205 } 1205 }
1206 1206
1207 th = pr->pending_head; 1207 th = pr->pending_head;