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:
2a37658
)
- listen to client again
author
Bart Polot
<bart@net.in.tum.de>
Mon, 23 Jul 2012 14:00:08 +0000
(14:00 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Mon, 23 Jul 2012 14:00:08 +0000
(14:00 +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 4c5d1621cfc2eb6fc288e5b17ea7c7a9c9ca0ad3..932fb31254163378bccf1ed86872ea76d9c7c1f5 100644
(file)
--- a/
src/mesh/gnunet-service-mesh.c
+++ b/
src/mesh/gnunet-service-mesh.c
@@
-5143,6
+5143,7
@@
handle_local_tunnel_speed (void *cls, struct GNUNET_SERVER_Client *client,
default:
GNUNET_break (0);
}
+ GNUNET_SERVER_receive_done (client, GNUNET_OK);
}
@@
-5198,6
+5199,7
@@
handle_local_tunnel_buffer (void *cls, struct GNUNET_SERVER_Client *client,
default:
GNUNET_break (0);
}
+ GNUNET_SERVER_receive_done (client, GNUNET_OK);
}