-GArik: fix typo
authorChristian Grothoff <christian@grothoff.org>
Sun, 12 Feb 2012 18:19:46 +0000 (18:19 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 12 Feb 2012 18:19:46 +0000 (18:19 +0000)
src/dns/gnunet-service-dns.c

index 463176fbc5232dda7199d80e80a08b7963b6602a..d95d88a934da912c63e69ccb3490f273001b0d96 100644 (file)
@@ -1324,7 +1324,7 @@ process_helper_messages (void *cls GNUNET_UNUSED, void *client,
       srca4->sin_port = udp->source_port;
       dsta4->sin_port = udp->destination_port;
 #if HAVE_SOCKADDR_IN_SIN_LEN
-      srca4->sin_len = sizeof (struct sockaddr_in))
+      srca4->sin_len = sizeof (struct sockaddr_in);
       dsta4->sin_len = sizeof (struct sockaddr_in);
 #endif
     }