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:
4ff0188
)
-also check cth_in_progress here
author
Christian Grothoff
<christian@grothoff.org>
Sat, 9 Jun 2012 19:49:32 +0000
(19:49 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sat, 9 Jun 2012 19:49:32 +0000
(19:49 +0000)
src/fs/gnunet-service-fs_cp.c
patch
|
blob
|
history
diff --git
a/src/fs/gnunet-service-fs_cp.c
b/src/fs/gnunet-service-fs_cp.c
index e84993bd38b07c402da69e3866c339e3ea2dd2f9..2f1ba1a2841bccc67f8a3582abcee2f7072a2394 100644
(file)
--- a/
src/fs/gnunet-service-fs_cp.c
+++ b/
src/fs/gnunet-service-fs_cp.c
@@
-562,7
+562,7
@@
ats_reserve_callback (void *cls, const struct GNUNET_PeerIdentity *peer,
}
cp->did_reserve = GNUNET_YES;
pth = cp->pth_head;
- if ((NULL != pth) && (NULL == pth->cth))
+ if ((NULL != pth) && (NULL == pth->cth)
&& (0 == pth->cth_in_progress)
)
{
/* reservation success, try transmission now! */
pth->cth_in_progress++;