projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cb0b92
)
log
author
Christian Grothoff
<christian@grothoff.org>
Tue, 25 Jan 2011 20:03:03 +0000
(20:03 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 25 Jan 2011 20:03:03 +0000
(20:03 +0000)
src/core/core_api.c
patch
|
blob
|
history
diff --git
a/src/core/core_api.c
b/src/core/core_api.c
index c355b626eba0c5b89d98ebc06e3b87704eb08968..f5f421277527673fb12a0ed5b4f71f1b8b421010 100644
(file)
--- a/
src/core/core_api.c
+++ b/
src/core/core_api.c
@@
-1231,7
+1231,13
@@
main_notify_handler (void *cls,
return;
}
if (pr->rim_id != ntohl (cim->rim_id))
- break;
+ {
+#if DEBUG_CORE
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+ "Reservation ID mismatch in notification...\n");
+#endif
+ break;
+ }
pcic = pr->pcic;
pr->pcic = NULL;
if (pcic != NULL)