fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 21 Jun 2011 11:43:46 +0000 (11:43 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 21 Jun 2011 11:43:46 +0000 (11:43 +0000)
src/util/gnunet-service-resolver.c

index bffe2ce2610ac5ed75bb607ee58971793ae410ed..b5aedfceef56fa2999d4bcb7f1115d2d483344a6 100644 (file)
@@ -473,7 +473,7 @@ handle_get (void *cls,
   else
     {
 #if DEBUG_RESOLVER      
-      char buf[INET6_ADDRSTRLEN] buf;
+      char buf[INET6_ADDRSTRLEN];
 #endif
       sa = (const struct sockaddr*) &msg[1];
       if (size < sizeof (struct sockaddr_in))