aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-05-10 08:03:39 +0000
committerBart Polot <bart@net.in.tum.de>2013-05-10 08:03:39 +0000
commit100331ae270f47a538cf243b93a95908d04ebdd2 (patch)
tree86e65b49afa97f738ff269a80ba2f2cfb0ac3892 /src
parent1f73e29d92ecdc14c5dd46ff6a6b80b6626db198 (diff)
downloadgnunet-100331ae270f47a538cf243b93a95908d04ebdd2.tar.gz
gnunet-100331ae270f47a538cf243b93a95908d04ebdd2.zip
- fix accidental removal
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 168c614dc..5b7e9991f 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -7890,6 +7890,8 @@ handle_local_show_tunnel (void *cls, struct GNUNET_SERVER_Client *client,
7890static struct GNUNET_SERVER_MessageHandler client_handlers[] = { 7890static struct GNUNET_SERVER_MessageHandler client_handlers[] = {
7891 {&handle_local_new_client, NULL, 7891 {&handle_local_new_client, NULL,
7892 GNUNET_MESSAGE_TYPE_MESH_LOCAL_CONNECT, 0}, 7892 GNUNET_MESSAGE_TYPE_MESH_LOCAL_CONNECT, 0},
7893 {&handle_local_announce_regex, NULL,
7894 GNUNET_MESSAGE_TYPE_MESH_LOCAL_ANNOUNCE_REGEX, 0},
7893 {&handle_local_tunnel_create, NULL, 7895 {&handle_local_tunnel_create, NULL,
7894 GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_CREATE, 7896 GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_CREATE,
7895 sizeof (struct GNUNET_MESH_TunnelMessage)}, 7897 sizeof (struct GNUNET_MESH_TunnelMessage)},