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:
c82878c
)
- Additional fix to #2095 (local clients can do ToOrigin too)
author
Bart Polot
<bart@net.in.tum.de>
Mon, 23 Jan 2012 14:27:18 +0000
(14:27 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Mon, 23 Jan 2012 14:27:18 +0000
(14:27 +0000)
src/mesh/gnunet-service-mesh.c
patch
|
blob
|
history
diff --git
a/src/mesh/gnunet-service-mesh.c
b/src/mesh/gnunet-service-mesh.c
index a09c60f930d77642e071d9f919157ea46c4f9a7c..1c47d7fcfc70780ddc7d3a543d96fade5ec5dd4b 100644
(file)
--- a/
src/mesh/gnunet-service-mesh.c
+++ b/
src/mesh/gnunet-service-mesh.c
@@
-4212,7
+4212,7
@@
handle_local_to_origin (void *cls, struct GNUNET_SERVER_Client *client,
}
/* It shouldn't be a local tunnel. */
- if (NULL != t->client)
+ if (NULL != t->client
&& NULL == t->client_dest
)
{
GNUNET_break (0);
GNUNET_SERVER_receive_done (client, GNUNET_SYSERR);