aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-06-15 07:15:35 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-06-15 07:15:35 +0000
commit93bb498a6b05f94f1659ec64469d2aef43a1d477 (patch)
tree849f1e4bc31bbd0083d39b9c4bb37454cf0870ca /src/vpn
parenteb88bbe9f08cc4b6e8bbaec182125f7e39774343 (diff)
downloadgnunet-93bb498a6b05f94f1659ec64469d2aef43a1d477.tar.gz
gnunet-93bb498a6b05f94f1659ec64469d2aef43a1d477.zip
remove unused variable
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-daemon-exit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c
index 82f9624e4..87b795edd 100644
--- a/src/vpn/gnunet-daemon-exit.c
+++ b/src/vpn/gnunet-daemon-exit.c
@@ -467,7 +467,6 @@ read_service_conf (void *cls, const char *section, const char *option,
467 char *redirect; 467 char *redirect;
468 char *hostname; 468 char *hostname;
469 char *hostport; 469 char *hostport;
470 GNUNET_HashCode hash;
471 uint16_t *desc = alloca (sizeof (GNUNET_HashCode) + 2); 470 uint16_t *desc = alloca (sizeof (GNUNET_HashCode) + 2);
472 GNUNET_CRYPTO_hash (section, strlen (section) + 1, 471 GNUNET_CRYPTO_hash (section, strlen (section) + 1,
473 (GNUNET_HashCode *) (desc + 1)); 472 (GNUNET_HashCode *) (desc + 1));
@@ -554,10 +553,6 @@ read_service_conf (void *cls, const char *section, const char *option,
554 GNUNET_assert (0); 553 GNUNET_assert (0);
555 } 554 }
556 serv->remote_port = atoi (hostport); 555 serv->remote_port = atoi (hostport);
557 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Store with key1 %x\n",
558 *((unsigned long long *) (desc + 1)));
559 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Store with key2 %x\n",
560 *((unsigned long long *) &hash));
561 if (UDP == proto) 556 if (UDP == proto)
562 GNUNET_assert (GNUNET_OK == 557 GNUNET_assert (GNUNET_OK ==
563 GNUNET_CONTAINER_multihashmap_put (udp_services, 558 GNUNET_CONTAINER_multihashmap_put (udp_services,