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:
bcfb56a
)
- fix condition on connection timeout
author
Bart Polot
<bart@net.in.tum.de>
Wed, 30 Mar 2016 09:17:57 +0000
(09:17 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Wed, 30 Mar 2016 09:17:57 +0000
(09:17 +0000)
src/cadet/gnunet-service-cadet_connection.c
patch
|
blob
|
history
diff --git
a/src/cadet/gnunet-service-cadet_connection.c
b/src/cadet/gnunet-service-cadet_connection.c
index 0827f53ec9c187a481b94e35a63afa57c0875cc1..186204f1e4276b9e41feb14e3c06851e303d6585 100644
(file)
--- a/
src/cadet/gnunet-service-cadet_connection.c
+++ b/
src/cadet/gnunet-service-cadet_connection.c
@@
-1564,7
+1564,7
@@
connection_timeout (struct CadetConnection *c, int fwd)
}
/* If dest, salvage queued traffic. */
- if (GCC_is_
origin (c, !
fwd))
+ if (GCC_is_
terminal (c,
fwd))
{
const struct GNUNET_PeerIdentity *next_hop;