aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-25 20:03:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-25 20:03:03 +0000
commit1370b3bb54b7a869b413beb91f7d5de8efaa8b44 (patch)
tree24185c8847001d07ebb101652fd041f3526f604e /src/core/core_api.c
parent1cb0b9235500d01b1e3119f8e1249edf8dcef2f4 (diff)
downloadgnunet-1370b3bb54b7a869b413beb91f7d5de8efaa8b44.tar.gz
gnunet-1370b3bb54b7a869b413beb91f7d5de8efaa8b44.zip
log
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index c355b626e..f5f421277 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -1231,7 +1231,13 @@ main_notify_handler (void *cls,
1231 return; 1231 return;
1232 } 1232 }
1233 if (pr->rim_id != ntohl (cim->rim_id)) 1233 if (pr->rim_id != ntohl (cim->rim_id))
1234 break; 1234 {
1235#if DEBUG_CORE
1236 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1237 "Reservation ID mismatch in notification...\n");
1238#endif
1239 break;
1240 }
1235 pcic = pr->pcic; 1241 pcic = pr->pcic;
1236 pr->pcic = NULL; 1242 pr->pcic = NULL;
1237 if (pcic != NULL) 1243 if (pcic != NULL)