aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-14 07:28:56 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-14 07:28:56 +0000
commit2539b4aa84fa51da71cf51c9fd9ac1a7668f27b3 (patch)
tree6af6717a63287de6ebdce13be05c90d05925e8e8 /src/core
parent4f9c5b5e32036640242214989009a249771bc537 (diff)
downloadgnunet-2539b4aa84fa51da71cf51c9fd9ac1a7668f27b3.tar.gz
gnunet-2539b4aa84fa51da71cf51c9fd9ac1a7668f27b3.zip
fs hacking
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 6aca88640..05f34ec27 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -550,8 +550,8 @@ main_handler (void *cls, const struct GNUNET_MessageHeader *msg)
550 GNUNET_TIME_relative_ntoh (cim->latency), 550 GNUNET_TIME_relative_ntoh (cim->latency),
551 (int) ntohl (cim->reserved_amount), 551 (int) ntohl (cim->reserved_amount),
552 cim->preference); 552 cim->preference);
553 /* done, clean up! */ 553 /* done, clean up! */
554 GNUNET_CORE_notify_transmit_ready_cancel (h->submitted); 554 GNUNET_CORE_notify_transmit_ready_cancel (h->submitted); // HUH?
555 trigger_next_request (h); 555 trigger_next_request (h);
556 break; 556 break;
557 case GNUNET_MESSAGE_TYPE_CORE_SOLICIT_TRAFFIC: 557 case GNUNET_MESSAGE_TYPE_CORE_SOLICIT_TRAFFIC: