aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-14 09:40:08 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-14 09:40:08 +0000
commit9627b84dc46049fe0d65ac2d1396da78a3680f21 (patch)
treef02771cf8652b05561abbc99c37a0ac1e0453a8b
parentf2ce0c879c8f39f24d118104a79555171aedb904 (diff)
downloadgnunet-9627b84dc46049fe0d65ac2d1396da78a3680f21.tar.gz
gnunet-9627b84dc46049fe0d65ac2d1396da78a3680f21.zip
rcb, not rc
-rw-r--r--src/ats/ats_api_performance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c
index 845fe2117..2cae8a51f 100644
--- a/src/ats/ats_api_performance.c
+++ b/src/ats/ats_api_performance.c
@@ -535,7 +535,7 @@ GNUNET_ATS_reserve_bandwidth (struct GNUNET_ATS_PerformanceHandle *ph,
535 rc->peer = *peer; 535 rc->peer = *peer;
536 rc->rcb = rcb; 536 rc->rcb = rcb;
537 rc->rcb_cls = rcb_cls; 537 rc->rcb_cls = rcb_cls;
538 if ( (rc != NULL) && (amount > 0) ) 538 if ( (rcb != NULL) && (amount > 0) )
539 rc->undo = GNUNET_YES; 539 rc->undo = GNUNET_YES;
540 GNUNET_CONTAINER_DLL_insert_tail (ph->reservation_head, 540 GNUNET_CONTAINER_DLL_insert_tail (ph->reservation_head,
541 ph->reservation_tail, 541 ph->reservation_tail,