aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-04-12 12:31:00 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-04-12 12:31:00 +0000
commit95e495ccbd15ee84d0d986bcc3d26889f73d8ce8 (patch)
tree3920b7a77589929c828ba0da4d8bc563af1b4561
parent683944d3e3c981ea18c995dc40a9247df38cdfe4 (diff)
downloadgnunet-95e495ccbd15ee84d0d986bcc3d26889f73d8ce8.tar.gz
gnunet-95e495ccbd15ee84d0d986bcc3d26889f73d8ce8.zip
uninitialized
-rw-r--r--src/transport/gnunet-service-transport_manipulation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c
index 4d6c3de9d..76278aa4b 100644
--- a/src/transport/gnunet-service-transport_manipulation.c
+++ b/src/transport/gnunet-service-transport_manipulation.c
@@ -275,6 +275,7 @@ GST_manipulation_set_metric (void *cls, struct GNUNET_SERVER_Client *client,
275 if (0 == ntohs (tm->ats_count)) 275 if (0 == ntohs (tm->ats_count))
276 GNUNET_SERVER_receive_done (client, GNUNET_SYSERR); 276 GNUNET_SERVER_receive_done (client, GNUNET_SYSERR);
277 277
278 direction = TM_BOTH;
278 switch (ntohs(tm->direction)) { 279 switch (ntohs(tm->direction)) {
279 case 1: 280 case 1:
280 direction = TM_SEND; 281 direction = TM_SEND;