From 9835a1c29eafac2afefc7350a0179f20071b190a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 30 Nov 2011 15:04:48 +0000 Subject: [PATCH] -make compiler happy (presumed uninitialized variable) --- src/vpn/gnunet-daemon-vpn-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vpn/gnunet-daemon-vpn-helper.c b/src/vpn/gnunet-daemon-vpn-helper.c index 41910a701..d0e36099e 100644 --- a/src/vpn/gnunet-daemon-vpn-helper.c +++ b/src/vpn/gnunet-daemon-vpn-helper.c @@ -607,7 +607,7 @@ message_token (void *cls GNUNET_UNUSED, void *client GNUNET_UNUSED, sizeof (GNUNET_HashCode) + ntohs (pkt->ip_hdr.tot_lngth) - 4 * pkt->ip_hdr.hdr_lngth); - GNUNET_MESH_ApplicationType app_type; + GNUNET_MESH_ApplicationType app_type = 0; /* make compiler happy */ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "me->addrlen is %d\n", me->addrlen); -- 2.25.1