fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 14 Sep 2011 07:35:15 +0000 (07:35 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 14 Sep 2011 07:35:15 +0000 (07:35 +0000)
src/vpn/gnunet-service-dns.c

index 4ff0a75a9240e4d7c601de06305ef318dc9b2b5f..bdbf7e00162dee6b27f0218e548d80275981348c 100644 (file)
@@ -1131,6 +1131,7 @@ get_port_from_redirects (const char *udp_redirects, const char *tcp_redirects)
   int local_port;
   unsigned int count = 0;
 
+  cpy = NULL;
   if (NULL != udp_redirects)
   {
     cpy = GNUNET_strdup (udp_redirects);